Is there a option to discover if my app has crashed on earlier launch.
I would like it from each swift and obj-c with out utilizing any third get together libraries?
I desire a option to word that my app has crashed, no stack hint wanted simply need some depend of crashes saved to consumer defaults.
I noticed NSSetUncaughtExceptionHandler getting used however it’s only catching obj-c associated errors. eg. drive unwrapping nil is just not caught right here. I desire a common means of catching the crashes, additionally wish to know if this may have an effect on the crash reporting by third get together libraries.
How do third get together libraries do that? Discovered a repo: Crash Eye however it’s not actually catching all of the crashes.
This may appear repetitive however most solutions on SO should not full.