To help us quickly troubleshoot iOS crashes, we need the following information:
- App Key
- Fully Symbolicated crash logs and any verbose console logs. Also, take a look at Apple's Analyzing Crash Reports
- AirshipConfig.plist file
- Full App Delegate file contents
- How often this crash is occurring-- for example, how many times the crash has been reported vs. how many installs your application has.
- When the crash is occurring: On launch? When a push message is received? Some other time? What state was the app in?
- What are the steps to reproduce the crash?
- Any particular device models and iOS versions that are experiencing the crash vs. those that are not.
- What version of the Airship iOS SDK is in use?
For Airship iOS 13.0.0+:
The modular SDK makes it possible integrate the SDK in different ways. Depending on your installation method, please provide the following information:
Carthage:
- Cartfile
- Cartfile.lock
- Which Airship frameworks have you included in your project?
Cocoapods:
- Podfile
- Podfile.lock
- Which Airship pods have you included in your project?
Xcframework:
- What xcframeworks are you linking?
- Which Airship frameworks have you included in your project?
Related Content: