realmacsoftware / HockeySDK-Mac

The official Mac SDK for the HockeyApp service. It contains a crash reporter that checks at startup whether your application crashed last time it was launched, then offers to send that information to the HockeyApp service. It supports Mac OS X >= 10.5, Intel architectures and also the Mac Sandbox.

Home Page:http://www.hockeyapp.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 2.0.0b1

Introduction

HockeySDK-Mac implements support for using HockeyApp in your Mac applications.

The following feature is currently supported:

  1. 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!

  2. 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.

Prerequisites

  1. 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.
  2. We also assume that you already have a project in Xcode and that this project is opened in Xcode 4.
  3. The SDK supports Mac OS X 10.5.0 or newer.

Installation & Setup

Xcode Documentation

This documentation provides integrated help in Xcode for all public APIs and a set of additional tutorials and HowTos.

  1. Download the HockeySDK-Mac documentation.

  2. Unzip the file. A new folder HockeySDK-Mac-documentation is created.

  3. 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/

About

The official Mac SDK for the HockeyApp service. It contains a crash reporter that checks at startup whether your application crashed last time it was launched, then offers to send that information to the HockeyApp service. It supports Mac OS X >= 10.5, Intel architectures and also the Mac Sandbox.

http://www.hockeyapp.net/

License:Other


Languages

Language:Objective-C 92.9%Language:C 6.6%Language:Ruby 0.5%