Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
iOS Forensics Cookbook

You're reading from  iOS Forensics Cookbook

Product type Book
Published in Jan 2016
Publisher
ISBN-13 9781783988464
Pages 184 pages
Edition 1st Edition
Languages
Concepts
Authors (2):
Bhanu Birani Bhanu Birani
Profile icon Bhanu Birani
Mayank Birani Mayank Birani
Profile icon Mayank Birani
View More author details

HockeyApp for crash reporting


In this section, we will dive in deep with the crash reporting system of HockeyApp. HockeyApp has a very robust crash reporting system; we will take a step-by-step look at integrating it with our app.

Getting ready

It is a prerequisite to read and understand the previous section. We will be starting from where we left off in the previous section.

How to do it...

Perform the following steps in order to learn about the integration of crash reporting system in our apps:

  1. We already integrated the HockeyApp SDK in our app in the previous section. HockeyApp provides us with the BITCrashManager class to support an efficient crash reporting system.

  2. By default, crash reporting is enabled in HockeyApp, which will send the crashes the next time the app is launched.

  3. If you need to disable HockeyApp crash reporting, you can add the following code to applicationDidFinishLoading:

    [[BITHockeyManager sharedHockeyManager] configureWithIdentifier:@"APP_IDENTIFIER"];
    [[BITHockeyManager...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}