Reputation: 9077
We have an iPhone app developed in-house and distributed over wi-fi following apples docs
About 60% of the employees devices can download the app without any problem. For 40%, the installation process stops at 75% and the message "Could not download app" is shown.
Anybody experienced this or know how to get a more descriptive error message?
Thanks!
Upvotes: 3
Views: 262
Reputation: 5399
We get this sometimes when the device does not have the correct OS version. For example if you set your minimum OS to 5.1 you will get this error on any device with 5.0 or lower os version.
Also if you have a device which is getting the failed install, you can plug it into your development machine and then in the Xcode organiser select the device and click the console window, run the install and the details of whats happening will appear in the console
Upvotes: 1