1,官网 https://bugly.qq.com/v2/crash-reporting/crashes/4ea154f304?pid=2

新建一个产品 需要一个appid

 

2,集成pod 'Bugly' 

在appdelegate里面实例化

#import <Bugly/Bugly.h>

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{

    [Bugly startWithAppId:@"4ea154f304"];//这个是官网新建产品的appid

}

 

注:测试的时候真机不能连着xcode

相关文章:

  • 2021-08-08
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-18
  • 2021-09-08
  • 2021-07-19
  • 2021-06-29
  • 2021-05-12
  • 2022-01-26
  • 2021-08-20
相关资源
相似解决方案