Nick Langan
Nick Langan

Reputation: 23

TestFlight error: User gets "Unable to Download Application" message when trying to download a beta test from TestFlight

I am beta testing my app, and a few users are getting the error "Unable to Download Application. "Okasio" could not be downloaded at this time". So far 30 users have downloaded the beta of the app, and only 2 are getting the error, so it seems user- rather than app-specific. Does anyone have a suggestion?

The message is identical to the one from this post, but with current iOS 8 formatting:

TestFlight fails to install app and cannot delete partially installed app

Upvotes: 2

Views: 4817

Answers (1)

Viktor Benei
Viktor Benei

Reputation: 3545

The most likely reason is that their iOS OS version is below the app's minimum OS version.

As strange as it might sound the official Apple TestFlight/iTunes Connect beta system does not test the OS version at all at the moment. We faced this issue while we were working on our integration with the new TestFlight system (Bitrise.io, iOS CI/CD service - CTO here).

For example one of our test apps was built with iOS 8.2 as the minimum OS version. It's even listed on the app's card in TestFlight (Compatibility: Requires iOS 8.2 or later) but you can still click on the install button and it starts to download&install it. Then of course you get the helpful error message with Unable to Download App.

Note: Tested on two different iPads, both with iOS 8.1.3.

Another, less likely issue might be the lack of storage on the device but as far as I remember that presents a different error message.

Upvotes: 2

Related Questions