I am developing an in-house ipad app. I gave it to the client for testing.
The app crashes sometimes on his iPad.

How can i get his crash report to me?

On my testing ipad i go to Xcode->Organizer and i have device logs. People suggested i could use PLCrashReporter. So i started to use it. Can I use it?

Or are there any licensing issues? For testing on my device i tried to use PLcrashreporter. It is giving me issues. Here is the link for my other question.
PLCrashReporter doesnt open when the app crashes

Or should i abandon this and try for another way to get the crash report from the client? If you need more information, please ask.

有帮助吗?

解决方案

Hockey App is also a great alternative for this. They have a very nice UI and it easily supports both ad hoc, in house, and App Store distributions.

It will also automatically sybmolicate the crash reports on the server if you upload the .dsym along with the binary.

You then get daily/weekly reports and on demand access via the website to crash data.

http://www.hockeyapp.net

其他提示

TestFlight will log crash reports for you automatically. You just need to add a little code to your project. It might be more work than you'd like to go through now because you'll have to integrate your app and users into the TestFlight pipeline, but it automates much of what you want here. It's also still free (as far as I know). We've found it really helpful.

https://www.testflightapp.com

SDK:

https://www.testflightapp.com/sdk/download/

Testflight is pretty good for this kind of stuff.

Testflight allows you to 'test flight' your app out to the testers -

  • you can upload your test version to testflight

  • testflight will notify your testers via email

  • allows them to download and install from the email

  • will record crashes, and will symbolicate them if you upload the dsym file.

https://testflightapp.com/

You'll have to register your testers devices and it's a little complex to setup up (but nor more so than any other 3rd party sdk) though it won't catch certain crashes though like when the OS kills it.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top