If you're browsing a website and can't find any good submitting solutions, letting your user send bug reports from your iPhone app.
How do you handle crashes and exceptions?
- You send user data errors to the server,
- take the log file somewhere and attach
- or do you ignore him and pretend that this did not happen?
Does anyone have any experience?
Update
I know how to prepare you for software testing using static analysis, leak detection, user testing, etc.
But errors can occur when a user (incorrectly) uses my software. Always assume that your user is trying to break your software.
What I want to understand is how (I, or rather the application) can provide me with useful data when errors occur. Because they do even in high-quality products - like my own. :)
Iโm looking for anyone who has the experience of using error reporting, stack tracing, logs, etc. to see how they handle this problem.
objective-c exception-handling iphone mobile error-handling
Thomas Bรธrlum
source share