Accessing iOS crash report from iOS app

前端 未结 4 802
天命终不由人
天命终不由人 2021-02-03 15:43

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 u

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-03 16:04

    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.

提交回复
热议问题