Crash Analytics for iOS

Flurry Crash Analytics provides crash, exception and error logs in real time in order to quickly determine the root cause of the issue. This will keep your app running well and the users of the app happy.

In iOS, only a single crash processor can be active. For this reason, the Flurry Analytics SDK does not enable crash by default and requires you to enable it explicitly. For Caught Exceptions and Logged Errors, your error handling methods can optionally be updated with the method calls below to log these issues into Flurry.

Objective C

More info on Crash Analytics.