[关闭]
@binbins 2017-11-17T10:17:46.000000Z 字数 153 阅读 121

集成bugly异常统计

bugly 崩溃统计


1.使用pod安装

  1. pod 'Bugly'

2.在AppDelegate.m内添加头文件

  1. #import <Bugly/Bugly.h>

3.在didFinishLaunchingWithOptions方法里初始化

  1. [Bugly startWithAppId:<#你的key#>];
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注