Reader small image

You're reading from  iOS Forensics Cookbook

Product typeBook
Published inJan 2016
Publisher
ISBN-139781783988464
Edition1st Edition
Tools
Concepts
Right arrow
Authors (2):
Bhanu Birani
Bhanu Birani
author image
Bhanu Birani

Bhanu Birani has more than 7 years of experience in the software industry. He is passionate about architecting, designing, and developing complicated applications. He specializes in creating web, backend as a service, and mobile products suitable for B2B and B2C context. He has expertise in end to end development to create innovative and engaging applications for mobile devices. After years of programming experience in different programming languages, he started developing applications for iOS devices. He started software development around the same time as his graduation and was really interested in learning about the new technologies emerging in the market. He then joined a game development company. After contributing to the gaming domain, he started working on content-based applications and radio applications. He also contributed to hyperlocal geo-targeting using BLE (iBeacons). Over the years, he has gained experience in all phases of software development as requirement gathering, feasibility analysis, architecture design, coding and debugging, quality improvement, deployment, and maintenance.
Read more about Bhanu Birani

Mayank Birani
Mayank Birani
author image
Mayank Birani

Mayank Birani has more than 4 years of experience in the software industry. He was a star from the beginning of his career, and he worked with many start-ups. Soon after graduation, he started working on iOS/Mac technologies and is an R&D engineer for Apple Inc. India. He has an inherent passion for coding and developing applications to make the world a better place. He has contributed actively to many start-ups with revolutionary ideas. In the early stages of his career, he was the sole author of Learning iOS 8 for Enterprise by Packt Publishing.
Read more about Mayank Birani

View More author details
Right arrow

Crashlytics integration


Along with making applications, developers now also track the crashes and issues after publishing the app. There are a lot of plugins for tracking crashes. Crashlytics is one of them. Crashlytics tracks the crashes and e-mails the ID that is registered to the app.

In this section, we will explore Crashlytics and see how we can add this to our project and how it tracks our crashes.

Getting ready

We will create an app to demonstrate the Crashlytics. We will start by creating a new iOS app project:

  1. Open Xcode and go to File | New | File.

  2. Navigate to iOS | Application | Single View Application.

  3. In the popup, provide the product name SampleCrashlytics. It should look like the following screenshot:

  4. Click on Next, and save the project.

How to do it...

Now, our project is ready to start. But first, we will design our storyboard, and then we will check out some smart codes to integrate with social media. Perform the following steps to update the project as per our requirements:

  1. First...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
iOS Forensics Cookbook
Published in: Jan 2016Publisher: ISBN-13: 9781783988464

Authors (2)

author image
Bhanu Birani

Bhanu Birani has more than 7 years of experience in the software industry. He is passionate about architecting, designing, and developing complicated applications. He specializes in creating web, backend as a service, and mobile products suitable for B2B and B2C context. He has expertise in end to end development to create innovative and engaging applications for mobile devices. After years of programming experience in different programming languages, he started developing applications for iOS devices. He started software development around the same time as his graduation and was really interested in learning about the new technologies emerging in the market. He then joined a game development company. After contributing to the gaming domain, he started working on content-based applications and radio applications. He also contributed to hyperlocal geo-targeting using BLE (iBeacons). Over the years, he has gained experience in all phases of software development as requirement gathering, feasibility analysis, architecture design, coding and debugging, quality improvement, deployment, and maintenance.
Read more about Bhanu Birani

author image
Mayank Birani

Mayank Birani has more than 4 years of experience in the software industry. He was a star from the beginning of his career, and he worked with many start-ups. Soon after graduation, he started working on iOS/Mac technologies and is an R&D engineer for Apple Inc. India. He has an inherent passion for coding and developing applications to make the world a better place. He has contributed actively to many start-ups with revolutionary ideas. In the early stages of his career, he was the sole author of Learning iOS 8 for Enterprise by Packt Publishing.
Read more about Mayank Birani