iOS Crash logging tool--crashlytics

Source: Internet
Author: User

Http://try.crashlytics.com

Crashlytics Advantages:

1.Crashlytics basically does not miss any information that the app crashes

2.Crashlytics for crash log management is very user-friendly, will be prioritized according to the number of crashes, but also display related crash information (including device information, etc.)

3. Can be customized to send to the mailbox

Crashlytics Installation and Deployment:

1. After registering an account, log in to select Apple and go to the following page

Select Engineering-->next

Installing Crashlytics and Answers

Follow the prompts to add a run script Bulid Phase: Project->bulid phase-> Upper left corner + number->new Run script Phase

Then copy the above Crashlytics string to the inside, then compile the project and crashlytic into:

Drag the file below the project (contains Fabric.framework and crashlytics.framework two files)

: Include references and code in the APPDELEGATE.M file

#import <Fabric/Fabric.h>

#import <Crashlytics/Crashlytics.h>

Add The following code to the Didfinishlaunchingwithoptions method:

[Fabric With:@[[crashlytics class]];

And then we can.

iOS Crash logging tool--crashlytics

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.