Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
The Xcode project contains the Objective-C and Swift sample code for testing the Crash service.
Sample Code |
Find It on Gitee |
Find It on GitHub |
|---|---|---|
Objective-C and Swift |
If you need to run the sample code directly, pay attention to the following points:
Download the agconnect-services.plist file of your app, and copy the file to the root directory of the demo project.
Run the pod install command to add a dependency for the project.
Disable the debugging mode in Xcode before testing the crash information collection function, as the Crash SDK does not collect crash data in debugging mode.
For details, please refer to the README file of the demo project.