guodong 1 년 전
부모
커밋
52510be859
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 (BuglyAppIDForiOS);
+        BuglyAgent.InitWithAppId ("766c5bdb0f");
 #elif UNITY_ANDROID
 #elif UNITY_ANDROID
             if (LauncherConfig.netType == LauncherConfig.EnumNetType.LOCAL)
             if (LauncherConfig.netType == LauncherConfig.EnumNetType.LOCAL)
             {
             {