maelswarm
maelswarm

Reputation: 1070

Make a crash notifier for ios app

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

Answers (2)

Rahul Vyas
Rahul Vyas

Reputation: 28720

Read this thread to catch Uncaught Exceptions

UncaughtExceptions Handler

Upvotes: 1

Related Questions