iOS Bugly

作者: 风冰武 | 来源:发表于2018-11-15 15:18 被阅读2次

    1: 集成第三方

    pod 'Bugly'
    

    2: 导入头文件

    在AppDelegate.h中导入:
    
    #import <Bugly/Bugly.h>
    

    3: 初始化Bugly:

    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
           [Bugly startWithAppId:@"此处替换为你的AppId"];
    }
    
    

    相关文章

      网友评论

        本文标题:iOS Bugly

        本文链接:https://www.haomeiwen.com/subject/ryyyfqtx.html