Accessing iOS crash report from iOS app

半腔热情 提交于 2019-12-03 08:51:14

问题


There are quite a few tutorials on how to access crash reports using a computer, but what I would like my app to do is scan for crash reports (from itself) on startup--so that users can use my app to send me their reports. Is this possible?


回答1:


PLCrashReporter is an open source crash reporting framework that can be added to an iOS App. Reports are generated in protobuf encoded format, which should allow an app to upload these reports to a server.




回答2:


Take a look at these few resources that may have the solution you need:

  • https://testflightapp.com/
  • http://www.hockeyapp.net/
  • http://quincykit.net/



回答3:


You can get them using your itunes connect account

 When the user synchronizes their device using iTunes, crash reports are copied to a
directory on the user's computer. If the application was distributed via the App Store and 
the user has chosen to submit crash logs to Apple, the crash log will be uploaded and the 
developer can download it via iTunes Connect.

You can also use Crittercism which directly sends you an email once a crash happens.




回答4:


Another proprietary (but free) framework you can use for crash reporting is Crashlytics.



来源:https://stackoverflow.com/questions/10394010/accessing-ios-crash-report-from-ios-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!