Reputation: 1070
I'm making an app that involves manipulating the data of photos. Often editing the photo's data will cause a crash that is unavoidable. I'm wondering if there's a way for a window or alert to appear upon a crash, telling the user to restart and try again. Any tips or suggestions are much appreciated!
Upvotes: 0
Views: 115
Reputation: 1496
You can use these codes.
https://github.com/amazingsyco/CrashReporter
https://github.com/bitstadium/PLCrashReporter
Thank you!
Upvotes: 0