TestFlight is unable to complete testee app upgrades

余生颓废 提交于 2019-12-12 01:46:28

问题


Recently, we found our internal testers and external testers can't update our new prerelease app.

We are using developer provisioning file to sign binary code. The prerelease app can be verified by itunesconnect. It can be submitted to app store successfully. Than our testers tried to use TestFlight to update the app. They pressed Update button beside the app icon in the TestFlight. The TestFlight never finish its job. The progress circle wouldn't complete.

Version: TestFlight Version: 1.0.2(55), XCode Version: 6.3 (6D570), iOS Version: 8.1(12B411) & 8.2(12D508) & 8.3(12F70)

We have tried 3G network and WiFi network. We have tried all different Apple ID in TestFlight.


回答1:


For beta release, you have to use same distribution profile which is used to publish.




回答2:


I can't say this solution will suit for all other same scenarios, but for my case I got answer from Apple Bug Reporter's engineer.

Apple Developer Relations20-May-2015 05:08 AM

Engineering has provided the following feedback regarding this issue:

We have figured out the issue. The TestFlight app doesn’t correctly handle apps that include leading 0s in their versions strings. Versions like 1.6.02 or 3.5.04 will fail to complete the install.

Until this is fixed, please workaround it by using version numbers without leading zeros (1.6.02 -> 1.6.2 or 3.5.04 -> 3.5.4).

Sorry for the inconvenience and thank you for spending so much time gathering information on this issue, it really helped!

Please provide your response or results by updating your bug report.



来源:https://stackoverflow.com/questions/29788271/testflight-is-unable-to-complete-testee-app-upgrades

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