我已在App store中发布了我的应用程序。如何跟踪最终用户发生的错误日志和崩溃报告?是代码中的NSLog还是NSException来查找跟踪?
请告知如何在代码逻辑中实现有效跟踪日志?
是否有任何开源API可用于跟踪应用程序中的日志?
答案 0 :(得分:1)
以下是集成开源API以分析IOS中崩溃报告日志的方法:
JIRA移动连接参考(开源):
https://developer.atlassian.com/display/JIRADEV/JIRA+Mobile+Connect https://developer.atlassian.com/display/JIRADEV/JIRA+Mobile+Connect+FAQ#JIRAMobileConnectFAQ-HowmuchdoesJIRAMobileConnectcost? https://developer.atlassian.com/display/JIRADEV/Enabling+JIRA+Mobile+Connect https://www.youtube.com/watch?v=VlDyjA37rjU - 配置JIRA的视频说明。
PL Crash Reporter(开源):
http://landonf.bikemonkey.org/code/objc/Reliable_Crash_Reporting.20110912.html
http://landonf.bikemonkey.org/code/objc/Reliable_Crash_Reporting.20110912.html
JIRA使用PL Crash Reporter。
曲棍球应用程序(第三方付费应用程序):
功能:http://hockeyapp.net/features/
Atlassian Integration:https://developer.atlassian.com/display/JIRADEV/HockeyApp+Third-Party+Integration
答案 1 :(得分:0)
我们的应用程序使用crashlytics跟踪应用程序崩溃的时间。
它有助于提高应用程序的质量
应该使用您应用程序的反馈来允许用户反馈