App42 Crash Reporting is an embedded part of the Analytics offering and available on Android, iOS and Unity platform currently. This feature gives you the ability to record the crashes happening in your app running on different devices. You can see important information like device type/model, geo location and complete message trace of the crash event which will help you in fixing this crash easily and quickly.
To use this feature you have to just set the flag that enables this feature and all the crash logs will start showing up in the AppHQ console.
After initializing App42 SDK you have to just call the following method to enable it.
//This will enable crash reporting App42API.enableCrashEventHandler(true);//This will enable crash reporting [App42API enableCrashEventHandler:YES];NANANA//This will enable crash reporting App42API.enableCrashEventHandler(true);//This will enable crash reporting App42API.EnableCrashEventHandler(true);NANANANANA