Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
iOS Forensics Cookbook

You're reading from   iOS Forensics Cookbook Over 20 recipes that will enable you to handle and extract data from iOS devices for forensics

Arrow left icon
Product type Paperback
Published in Jan 2016
Publisher
ISBN-13 9781783988464
Length 184 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Bhanu Birani Bhanu Birani
Author Profile Icon Bhanu Birani
Bhanu Birani
Mayank Birani Mayank Birani
Author Profile Icon Mayank Birani
Mayank Birani
Arrow right icon
View More author details
Toc

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 $19.99/month. Cancel anytime
Banner background image