HockeySDK-Mac implements support for using HockeyApp in your Mac applications.
The following feature is currently supported:
-
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!
-
Add analytics to Sparkle: If you are using Sparkle to provide app-updates (HockeyApp also supports Sparkle feeds for beta distribution) the SDK contains helpers to add some analytics data to each Sparkle request.
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.
- 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 Mac OS X 10.5.0 or newer.
This documentation provides integrated help in Xcode for all public APIs and a set of additional tutorials and HowTos.
-
Download the HockeySDK-Mac documentation.
-
Unzip the file. A new folder
HockeySDK-Mac-documentation
is created. -
Copy the content into ~
/Library/Developer/Shared/Documentation/DocSet
The documentation is also available via the following URL: http://hockeyapp.net/help/sdk/mac/2.0.0b1/