Re: Receiving Crash Reports

2011-09-30 Thread Corbin Dunn
On Sep 29, 2011, at 10:51 AM, Sean McBride wrote: On Thu, 29 Sep 2011 09:12:31 -0600, koko said: Thanks to all for suggestions. I was unaware that crash reports were routed to our iTunes Connect account . Question here, we distribute through the App Store as well other means. So, will

Re: Receiving Crash Reports

2011-09-29 Thread Torsten Curdt
And another one... https://github.com/tcurdt/feedbackreporter cheers, Torsten ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at

Re: Receiving Crash Reports

2011-09-29 Thread koko
Thanks to all for suggestions. I was unaware that crash reports were routed to our iTunes Connect account . Question here, we distribute through the App Store as well other means. So, will all be routed or just those that came fe the App Store? I had been looking at UKCrashReporter and

Re: Receiving Crash Reports

2011-09-29 Thread Sean McBride
On Thu, 29 Sep 2011 09:12:31 -0600, koko said: Thanks to all for suggestions. I was unaware that crash reports were routed to our iTunes Connect account . Question here, we distribute through the App Store as well other means. So, will all be routed or just those that came fe the App Store? I

Receiving Crash Reports

2011-09-28 Thread koko
When a user of my app experiences a crash (arrggh) I would like intercept the Apple provided crash report window with the 'Send to Apple button so I can have it sent to me. Is there a way to do this? -koko___ Cocoa-dev mailing list

Re: Receiving Crash Reports

2011-09-28 Thread Jens Alfke
On Sep 28, 2011, at 5:07 PM, koko wrote: When a user of my app experiences a crash (arrggh) I would like intercept the Apple provided crash report window with the 'Send to Apple button so I can have it sent to me. Is there a way to do this? There’s nothing built-in, but there are a

Re: Receiving Crash Reports

2011-09-28 Thread Graham Cox
On 29/09/2011, at 10:07 AM, koko wrote: Is there a way to do this? No, but bear in mind that crash reports sent to Apple are routed to your iTunes Connect account IF your app is available on the App Store. --Graham ___ Cocoa-dev mailing list

Re: Receiving Crash Reports

2011-09-28 Thread Tito Ciuro
I would also consider plcrashreporter (iPhone and Mac OS X): http://code.google.com/p/plcrashreporter/ -- Tito On Sep 28, 2011, at 5:07 PM, koko wrote: When a user of my app experiences a crash (arrggh) I would like intercept the Apple provided crash report window with the 'Send to Apple