Monthly Archives: October 2008

Crash Reporter for iPhone Applications (Part 2)

In part one I describe how to set up an Exception Handler, Uli discovered as first one that this handles not all cases. The missing part is a signal handler to get information of SIGSEGV, SIGBUS, … signals. I thought … Continue reading

Posted in Development | Tagged , | 6 Comments

Crash Reporter for iPhone Applications (Part 1)

I’m getting ready to send my iPhone Application to the first beta testers and so I started thinking about crash reports. On the Mac you have two options to get the crash report of your application. The first one is … Continue reading

Posted in Development | Tagged , | 13 Comments