Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to Download Application - "APP" could not be downloaded at this time

I have a "PLUS" version of my app and the regular version. I archive both of them using different targets. I upload the ipa's to TestFlight (also to my Hockey server) and the "PLUS" version always downloads just fine. But the regular version always give me the "Unable to Download Application" error.

I'm not changing the code at all between the two builds. I do a "clean" in between builds. The only difference in code is I define a "PLUS_VER" macro that changes some of the code. And there are a few differences in resource files associated with the two targets. This used to never happen, but this issue has been consistent across every time I've built with this current version.

Any ideas?

<><

like image 438
FishStix Avatar asked May 15 '12 01:05

FishStix


People also ask

Why does my iPhone say unable to download app at this time?

An iPhone that can't download apps may signify that something is wrong with your Apple ID. If the connection between your iPhone and the Apple App Store is disrupted, signing out and signing back in may fix it. Go to Settings, tap your name at the top, and choose Sign Out at the bottom.

Why does it say Cannot download at this time?

Clear Your Cache and Cookies All those files stored as your browser cache and cookies might be blocking the download. The quickest solution is to simply clear the cache and cookies and try again. To do that, click on the three dots (top right-hand corner) to open the menu. Then select History twice.

How do I fix the App Store it wont let me download apps?

Occasionally, apps from the App Store won't download on your iPhone. You should ensure your phone is using a local Wi-Fi connection rather than cellular data, pause and restart the download, and double check that you have a valid credit card associated with your Apple ID.


1 Answers

thanks for the tip on looking at the console. While it was installing I saw that the provisioning profile didn't agree with the iCloud ubiquitous key-value store entitlement. We're enabling iCloud with this release.

I went in and "edited" each provisioning profile (essentially doing nothing....) and re-downloaded them and it fixed the problem.

Kind of annoying that Apple doesn't invalidate your provisioning profile or let you know it needs updating at least... :-/

like image 121
FishStix Avatar answered Oct 27 '22 10:10

FishStix