Installing Crash SDK
1. SDK embedded framework method
XCFrameworks
CocoaPods method
2. Codes for initializing the Objective-C environment
Setting the AppDelegate.m header
Setting the AppDelegate.m execution code
3. Codes for initializing the Swift environment
<project_name>-bridging-header.h
Setting the AppDelegate.swift execution code
Last updated