reporting services - iPhone - detecting crashes, prompting user to send crash log -


are there libraries out there allow end users send crash reports developers?

for example, user using app. crashes. on boot up, library loads before else , notices there crash report , prompts user send crash log me.

is possible? think facebook app this.

thanks!

you have access crash logs in itunes connect. log in, go manage applications, pick app, "view details", , should see "crash reports" link right of details pane.

that said, apple refreshes these daily, , give access reports of common crashes. if want finer control, or need user submit reports directly, try plcrashreporter. ask user submission way, or go ahead , automatically send reports server. plcrashreporter site:

introduction

plausile crashreporter implements in-process crash reporting on iphone , mac os x. following features supported:

implemented in-process signal handler. not interfer debugging in gdb.. handles both uncaught objective-c exceptions , fatal signals (sigsegv, sigbus, etc). full thread state active threads (backtraces, register dumps) provided. if application crashes, crash report written. when application next run, may check pending crash report, , submit report own http server, send e-mail, or introspect report locally.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -