问题
i had problem with latest version of my app, there is no crash report (in hockeyappp panel) at all but i had seen several crash on my device, i update sdk and check this doc and report:
https://www.hockeyapp.net/help/sdk/ios/4.1.3/docs/docs/Troubleshooting-Crash-Reporting-Not-Working.html
https://support.hockeyapp.net/discussions/problems/44219-cant-submit-crash-report-macos-hockeysdk-31
but nothing changed, there is no crash report in new fake version with throwing manual crash, my log is :
2017-05-22 14:07:00.201432+0430 MyBook[274:20890] [HockeySDK] -[BITCrashManager sendCrashReportWithFilename:xml:attachment:]/1777 INFO: Sending crash reports started.
2017-05-22 14:07:32.803691+0430 MyBook[274:20890] [HockeySDK] -[BITCrashManager processUploadResultWithFilename:responseData:statusCode:error:]_block_invoke/1681 INFO: Received API response: {
delay = 6000;
id = 11821670794;
status = "-80";
}
*what is the meaning of this response :| , any help is appreciated
回答1:
I contact with hockeyapp support , my problem was my Version code was increased but my build number allways is 1.0 and didn't increase and hockeyapp server is sensetive on build number :|, but I think server api should be sensetive on both version code and build number, so I change version code to 3.3 and build number with same value 3.3 and it works well :|
来源:https://stackoverflow.com/questions/44111177/hockeyapp-doesnt-send-any-crash-report