How to redirect Crash report's email address to my email (for my cocoa app)
I'd like to know if there is any way how to set default OS X Crash reporter email address to my email address (for my cocoa application). I'd like to get my Crash reports to my email, not Apple's. ;) Thank you. As mipadi stated, crash reports arent sent by email, but are uploaded to some Apple server. To intercept this and/or send it to your own server there are already several classes and frameworks to handle this, here are a few: More sophisticated (catch the event): Breakpad (by Google, catches the event, generates its own crash dump ( minidump ) and simulates the Apple crash reporter