1.9 KiB
Introduction
HockeySDK-iOS implements support for using HockeyApp in your iOS applications.
The following features are currently supported:
-
Update apps: The app will check with HockeyApp if a new version is available. If yes, it will show an alert view to the user and let him see the release notes, the version history and start the installation process right away.
-
Collect crash reports: If you app crashes, a crash log with the same format as from the Apple Crash Reporter is written to the device's storage. If the user starts the app again, he is asked to submit the crash report to HockeyApp. This works for both beta and live apps, i.e. those submitted to the App Store!
The main SDK class is BITHockeyManager
. It initializes all modules and provides access to them, so they can be further adjusted if required. Additionally all modules provide their own protocols.
Prerequisites
- Before you integrate HockeySDK into your own app, you should add the app to HockeyApp if you haven't already. Read this how-to on how to do it.
- We also assume that you already have a project in Xcode and that this project is opened in Xcode 4.
- The SDK supports iOS 4.0 or newer.
Release Notes
Guides
HowTos
- How to do app versioning
- How to upload symbols for crash reporting
- How to handle crashes on startup
- How to add application specific log data
Troubleshooting
- Symbolication doesn't work (Or the rules of binary UUIDs and dSYMs)
- Crash Reporting is not working