Enable
The Crash reports module is disabled by default.
This is how you enable it:
- First, set the
isCrashReportingEnabled
flag totrue
. - Then, call the
Shake.start
method.
- Objective-C
- Swift
AppDelegate.m
SHKShake.configuration.isCrashReportingEnabled = YES;
AppDelegate.swift
Shake.configuration.isCrashReportingEnabled = true
After you have enabled crash reporting, set up symbolication and then test crash reporting in your app.