Browse Source

Merge remote-tracking branch 'origin/master' into ios

gfg 1 year ago
parent
commit
6ca5180ec1
1 changed files with 1 additions and 1 deletions
  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);
             // BuglyAgent.RegisterLogCallback (CallbackDelegate.Instance.OnApplicationLogCallbackHandler);
 
 
 #if UNITY_IPHONE || UNITY_IOS
 #if UNITY_IPHONE || UNITY_IOS
-        BuglyAgent.InitWithAppId ("766c5bdb0f");
+        BuglyAgent.InitWithAppId ("f8cf2b57f3");
 #elif UNITY_ANDROID
 #elif UNITY_ANDROID
             if (LauncherConfig.netType == LauncherConfig.EnumNetType.LOCAL)
             if (LauncherConfig.netType == LauncherConfig.EnumNetType.LOCAL)
             {
             {