简体   繁体   中英

Testflight unable to install an app

I have several tester who have registered to testflight and connected their devices... they have different ios models... iOS 6 and above... but all of them share the same problem.

When they click the install button of an app from "safari" or the "testflight" app itself...

the app starts to download... reaches about 90% and an error message appears...."UNABLE TO DOWNLOAD APPLICATION. the "app" could not be installed at this time.

Now i have about 30 testers... 7 of them have the same issue... the others have succesfuly installed the app with no problem what so ever...

It seems completely random bug to me as there are no correlations between the phone models or ios versions... which are by the way all 6 and above....

So... what do i do. please help

there could be many reasons of it Below are some of those mentioned

  1. You are using Developer profile instead of Adhoc Distribution profile

  2. You are using app identifier that is different from the one that belongs to your profile

  3. There could be issue with iCloud/Gamecenter enabled/disabled

In any case ask the testers to connect the device to PC/Mac open iPhone Configuration Utility and see the logs after you press install from the build in testflight.This will give them a deep insight of whats going wrong there.Hope this helps

对我来说,将Build Active Architecture设置为NO ...工作并成功安装

I just had the same problem, it seems testflight is down. It was not showing in the system status from the beginning but they updated it to reflect the period I experienced the problem.

I had around 70 testers, only one was able to download, that tester just kept on retrying.

testflight

For my case, uninstalling/reinstalling the TestFlight app from testers' phones seemed to help, as though the installs had got into an irretreivably bad state.

For anyone else going through this, worth noting that iTunes Connect support couldn't help, and Apple Developer Support wouldn't help.

It seems that the original problem was solved by using the proper provisioning profile.

But, for future googlers' record, I was getting the profile installation error (seen in the console log) 0xe800800b which seemed to be an uncommon error code as I couldn't find anything.

Finally, found something mentioning a "bad UDID" would cause a range of possible error codes and I had 19 old ones in mine (damn Select All ).

Selecting only the few I really cared (and knew) solved the issue (never bothered to try to find which was the bad one).

i delete my adhoc provisioning profile after adhoc provisioning profile generated by xcode. it's working fine

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM