| Core/SDK/SDKUtility.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Core/SDK/SDKUtility.cs
@@ -264,7 +264,15 @@ public string GetPackageFlag() { return string.Empty; switch (Application.platform) { case RuntimePlatform.Android: return "flag";//自由星河平台需要返回一个固定值,定了告诉智荣,其他平台返回java获取的一个值 case RuntimePlatform.IPhonePlayer: return "ios";//ios平台固定返回ios default: return string.Empty; } } #endregion