guodong 1 năm trước cách đây
mục cha
commit
d2ce3af8df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      GameClient/Assets/Game/Launcher/LauncherController.cs

+ 1 - 1
GameClient/Assets/Game/Launcher/LauncherController.cs

@@ -116,7 +116,7 @@ namespace GFGGame
             // BuglyAgent.RegisterLogCallback (CallbackDelegate.Instance.OnApplicationLogCallbackHandler);
 
 #if UNITY_IPHONE || UNITY_IOS
-        BuglyAgent.InitWithAppId ("766c5bdb0f");
+        BuglyAgent.InitWithAppId ("f8cf2b57f3");
 #elif UNITY_ANDROID
             if (LauncherConfig.netType == LauncherConfig.EnumNetType.LOCAL)
             {