// 获取渠道标识 public static string GetChannelID() { #if UNITY_WP8 && !UNITY_EDITOR return(WPSDKHelperScript.Instance().channelid()); #elif UNITY_ANDROID && !UNITY_EDITOR //return ""; return(AndroidHelper.platformHelper("getChannelID")); #elif UNITY_IPHONE && !UNITY_EDITOR return(IOSHelper.SDK_GetChannelID()); #else return(""); #endif }