更新 Bugly ID

This commit is contained in:
eggmanQQQ
2024-06-28 11:35:19 +08:00
parent 50c98b98de
commit f43a97205f

View File

@@ -86,14 +86,16 @@ UIKIT_EXTERN NSString * adImageName;
#ifdef DEBUG
config.debugMode = YES; // debug
config.channel = [YYUtility getAppSource];; config.blockMonitorEnable = YES; //
config.channel = [YYUtility getAppSource];
config.blockMonitorEnable = YES; //
config.reportLogLevel = BuglyLogLevelVerbose; //
[Bugly startWithAppId:@"86cf73b8d5" config:config];
[Bugly startWithAppId:@"c937fd00f7" config:config];
#else
config.debugMode = NO; // release
config.channel = [YYUtility getAppSource];; config.blockMonitorEnable = NO; //
config.channel = [YYUtility getAppSource];;
config.blockMonitorEnable = NO; //
config.reportLogLevel = BuglyLogLevelWarn; //
NSString *buylyKey = isEnterprise == NO ? @"5334684d86" : @"d65df59a68";
NSString *buylyKey = "8627948559"; // isEnterprise == NO ? @"5334684d86" : @"d65df59a68";
[Bugly startWithAppId:buylyKey config:config];
#endif