问题描述
我的应用程序的最新版本有问题,根本没有崩溃报告(在hockeyappp面板中),但是我在设备上看到了几次崩溃,我更新了sdk并检查了此文档和报告:
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:
>://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
推荐答案
我与hockeyapp支持部门联系,我的问题是我的Version代码增加了,但是我的内部版本号始终为1.0,并且没有增加,并且hockeyapp服务器在构建时很有意义number:|,但是我认为服务器api在版本代码和内部版本号上都应该是敏感的,因此我将版本代码更改为3.3并使用相同的值3.3构建内部版本,并且效果很好:|
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 :|
这篇关于Hockeyapp不发送任何崩溃报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!