diff --git a/QXLive/Other/AppDelegate.m b/QXLive/Other/AppDelegate.m index 3df000a..32a4a3a 100644 --- a/QXLive/Other/AppDelegate.m +++ b/QXLive/Other/AppDelegate.m @@ -79,7 +79,7 @@ self.window.backgroundColor = [UIColor whiteColor]; QXAppStartViewController *startVC = [[QXAppStartViewController alloc] init]; self.window.rootViewController = startVC; - [Bugly startWithAppId:@"65efebcd8f"]; + [Bugly startWithAppId:@"38d154fc5f"]; SDImageWebPCoder *webPCoder = [SDImageWebPCoder sharedCoder]; [IQKeyboardManager sharedManager].enable = NO; [[SDImageCodersManager sharedManager] addCoder:webPCoder];