Karthikeyan
Karthikeyan

Reputation: 1790

Warn Users when application crashes or exited and Post crashlog- iPhone

Hii People,

i want to set up a default exception handler for all application exceptions or crashed ,

The goal is to display a alertview to display the crash log and warn users that application is unstable to continue and exit with some time interval and collect those crash logs and post to client server for error handling.

Any suggestions ?

Upvotes: 0

Views: 90

Answers (1)

Stephen Darlington
Stephen Darlington

Reputation: 52565

I've just integrated this open source framework into my application: QuincyKit.

If your app crashes, the next time it is started it gives the user the opportunity to send the crash report to a server.

Upvotes: 1

Related Questions