I would like to be alert when things go wrong in my application. For example, let’s say that one of my class was suppose to copy a file from my application bundle to the cache directory but didn’t do it for some reason, I would like to be made aware of it.
In a web application, I would simply create a report on disk then send an alert email. However I can’t do that on the iPhone, so my question is, what is the best way to notify myself (the developer) when things go wrong?
Use HockeyApp, TestFlight or create your own crash reporter…