Book Image

iOS Forensics Cookbook

By : Bhanu Birani, Mayank Birani
Book Image

iOS Forensics Cookbook

By: Bhanu Birani, Mayank Birani

Overview of this book

Mobile device forensics is a branch of digital forensics that involves the recovery of evidence or data in a digital format from a device without affecting its integrity. With the growing popularity of iOS-based Apple devices, iOS forensics has developed immense importance. To cater to the need, this book deals with tasks such as the encryption and decryption of files, various ways to integrate techniques withsocial media, and ways to grab the user events and actions on the iOS app. Using practical examples, we’ll start with the analysis keychain and raw disk decryption, social media integration, and getting accustomed to analytics tools. You’ll also learn how to distribute the iOS apps without releasing them to Apple’s App Store. Moving on, the book covers test flights and hockey app integration, the crash reporting system, recovery tools, and their features. By the end of the book, using the aforementioned techniques, you will be able to successfully analyze iOS-based devices forensically.
Table of Contents (13 chapters)

Flurry with data mining


As we previously discussed, Flurry also provides the functionality to display ads. In this section, we will see how to implement this in our app with a good, efficient approach. Let's dive into full screen ads.

Getting ready

For this session, we will continue with the project that we made in the preceding section. Open the FlurryIntegration Xcode project.

How to do it…

  1. Go to the Yahoo Developer site (https://dev.flurry.com/secure/login.do) and sign in with your credentials.

  2. Here, you will see the home page. Near the home button, you can see the Publishers button; click on it. From the name itself, it is obvious that it is made to publish something.

  3. This will navigate you to a different page. On this page, you will see four panels to the left. Open the third panel, Inventory, and select Ad Spaces.

  4. Here, perform basic setup for the ad. Name the ad, choose an application, and under Placement, select Fullscreen, and then click on Save Ad Space.

  5. Now, go to Xcode. Select Storyboard...