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 all be routed or just those that came fe the App 
 Store?
 
 I had been looking at UKCrashReporter and plcrashreporter and have not
 investigarted far enough to make a decision.
 
 I found FeedbackReporter to be the best since it can also report exceptions 
 in addition to just crashes.

AppKit does this by default in Lion. It is available via a user default:

NSApplicationShowExceptions (YES/NO)

I recommend all developers turn it on. When an exception is thrown, it gives 
you a chance to crash the app and generate a crash report.

corbin


___

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 cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 plcrashreporter and have not 
investigarted far enough to make a decision.

Thanks again!

-koko

On Sep 29, 2011, at 9:07 AM, Tito Ciuro wrote:

 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 button so I 
 can have it sent to me.
 
 Is there a way to do this?
 
 -koko___
 
 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 cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/tciuro%40mac.com
 
 This email sent to tci...@mac.com
 
 

___

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 cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 had been looking at UKCrashReporter and plcrashreporter and have not
investigarted far enough to make a decision.

I found FeedbackReporter to be the best since it can also report exceptions in 
addition to just crashes.

--

Sean McBride, B. Eng s...@rogue-research.com
Rogue Researchwww.rogue-research.com
Mac Software Developer  Montréal, Québec, Canada


___

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 cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 couple of 3rd party libraries you can 
use, like UKCrashReporter.
http://cocoaobjects.com/ukcrashreporter/

—Jens___

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 cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 button so I can 
 have it sent to me.
 
 Is there a way to do this?
 
 -koko___
 
 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 cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/tciuro%40mac.com
 
 This email sent to tci...@mac.com

___

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 cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com