Immediately after the crash or at restart only? I'm asking it because if the user uninstalls the app due to a crash, it will never turn out then in case, Crashlytics sends the log just after the running the app again.
Asked
Active
Viewed 254 times
1
-
For the reasons, see http://stackoverflow.com/questions/26798345/why-is-restart-needed-to-send-crash-log-on-ios – Display Name Nov 07 '14 at 09:47
2 Answers
3
If your app is crashed nothing can run from your crashed app . Hence it has to send on restart only.

Vignesh
- 10,205
- 2
- 35
- 73
2
Vignesh is correct. If you want any source confirming it , i found this from Crashlytics site
Following are steps mentioned there to get a test crash report.
- Launch simulator
- Press stop
- Launch your app and force a crash
- Relaunch the app from simulator
- See the crash report in the web dashboard
Here 4th step confirms that it sends report only on next launch.
Hope this helps.

Community
- 1
- 1

Bhumit Mehta
- 16,278
- 11
- 50
- 64