Rod
Rod

Reputation: 779

How to get crash reporting from beta testers' devices

I see a lot of posts about beta testing from a technical standpoint (tools, deployment, etc) but I haven't been able to find anything regarding any code you can use to retrieve useful crash information from a beta tester's iPhone.

What do most people do in this case? I've heard of some people sending emails every time their apps crash on a device.

Is there an elegant method of receiving error/crash information from a tester's device programmatically?

Upvotes: 1

Views: 289

Answers (2)

Ortwin Gentz
Ortwin Gentz

Reputation: 54111

You might wanna check out this CrashReporter framework that allows you to receive crash reports instantly and group them to clusters on the server side.

Upvotes: 0

Rod
Rod

Reputation: 779

Found this from apple's iOS reference Library:

http://developer.apple.com/library/ios/#technotes/tn2008/tn2151.html

Upvotes: 1

Related Questions