Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iphone error dialog?

I wonder if is possible display a dialgo when a unexpected error happend in the iPhone (and not quit blindy the app!) and have time to log or send by email the crash...

like image 620
mamcx Avatar asked Dec 30 '22 03:12

mamcx


1 Answers

Yes. For starts implement NSSetUncaughtExceptionHandler(&uncaughtExceptionHandler) and then use something like Crash Reporter. Good stuff.

like image 153
John Fricker Avatar answered Jan 04 '23 16:01

John Fricker