CrashSight 4.2.14

CrashSight 4.2.14

jerry 维护。



CrashSight 4.2.14

  • 作者:
  • Yong PengLiang

CrashSight

详细文档请参考: https://crashsight.qq.com/docs/zh/crashsight/sdkDocuments/mobile-sdk.html

安装

CocoaPods

  1. pod 'CrashSight' 添加到您的 Podfile。
  • 运行 pod installpod update
  • 导入 <CrashSight/CrashSight.h>

使用

Objective-C

  1. #import <CrashSight/CrashSight.h>
  2. 启动 CrashSight
    CrashSightConfig *config = [[CrashSightConfig alloc] init];
    config.debugMode = YES;
    config.crashServerUrl = @"https://ios.crashsight.qq.com/rqd/pb/sync";
    [CrashSight startWithAppId:@"you appid applied form crashsight" config:config]