iOS 9.0.2 - Can't Install Enterprise App -Unable to Download App (app name) could not be downloaded at this time

laxman

My company has an app that can be downloaded through a website using Enterprise Distribution.

In iOS 9, tapping the download link brings up the expected pop-up "(website) would like to install (App Name)". Tapping 'install' on that dialog first causes the app to get stuck "Waiting..."

App stuck waiting

Until it finally indicates: "Unable to Download App (app name) could not be downloaded at this time."

Unable to Download the App

Installing works as expected using iOS 7 and iOS 8.

How do we support Enterprise Distribution in iOS 9?

EricWerk

Apple has silently changed how Enterprise Distribution works several times, so knowing the answer to this question will not actually benefit you in the long run. How to find the answer to your question the next time will benefit you most.

Connect your device with the shiny new iOS version to your Mac running Xcode, and open the Devices organizer. Select the device, and optionally clear the log. Now open your app distribution page and try to install the app (clear any previous versions of the app off the device first), and keep an eye on the log output. Here you will find hints as to what you need to change.

For iOS 9.1, I saw the error: BundleValidator: Failed bundleIdentifier: com.example.appName.XXXX does not match expected bundleIdentifier: com.example.appName, which means that the bundle-identifier in the project plist file did not match the Bundle Identifier from the project. I remember adding .XXXX to the bundle identifier in the plist file last time I had to fix Enterprise Distribution, for iOS 8.0, i think. Fixing this was easy, just remove the offending .XXXX -- but then it dosen't work for iOS < 9.0

For the time being, I maintain two plist files for distributing the same ipa file, one for iOS 8.+, and another for iOS 9.+

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

ios 9 : Unable to download '<app name>' at this time

From Dev

iOS 8.1 Can't install OTA Enterprise app - "Unable to download app"

From Dev

Can't install enterprise app on device with iOS 9 GM seed

From Dev

iOS 8 - Can't Install Enterprise App

From Dev

iOS9: "Unable to Download App"

From Dev

"Unable to Download App", but can install through Xcode

From Dev

Can't install iOS app

From Dev

"Unable to download App... could not be installed at this time" - adobe phonegap build ios

From Dev

Testflight testers getting "unable to download app could not be installed at this time"

From Dev

Fail to install enterprise in house distribution App on iOS Device first time

From Dev

Unable to play downloaded video on ios app

From Dev

Can't install app in iOS simulator

From Dev

iOS9, bitcode in enterprise app

From Dev

Extract Enterprise app's IPA in iOS 9

From Dev

iOS 9 enterprise app verify failed

From Dev

iOS8 Enterprise app install issue

From Dev

iOS8 Enterprise app install issue

From Dev

How can I download and install fonts dynamically to iOS app

From Dev

Enterprise iOS app

From Dev

Could not localize iOS app bundle display name

From Dev

iOS Beta Testers Can't Download App Distributed OTA

From Dev

hide download link of ios install app by php

From Dev

Unable to download iOS app from App Store but works in Test Flight

From Dev

Can't play local videos in IOS 9 with Phonegap app

From Dev

why can't I open facebook and twitter app with ios 9

From Dev

Possible to read the enterprise iOS download link plist from within the app?

From Dev

Open downloaded files in iOS app

From Dev

XCode5 can't install app on iOS simulator

From Dev

Can't install Phonegap built app in Windows phone and iOS

Related Related

  1. 1

    ios 9 : Unable to download '<app name>' at this time

  2. 2

    iOS 8.1 Can't install OTA Enterprise app - "Unable to download app"

  3. 3

    Can't install enterprise app on device with iOS 9 GM seed

  4. 4

    iOS 8 - Can't Install Enterprise App

  5. 5

    iOS9: "Unable to Download App"

  6. 6

    "Unable to Download App", but can install through Xcode

  7. 7

    Can't install iOS app

  8. 8

    "Unable to download App... could not be installed at this time" - adobe phonegap build ios

  9. 9

    Testflight testers getting "unable to download app could not be installed at this time"

  10. 10

    Fail to install enterprise in house distribution App on iOS Device first time

  11. 11

    Unable to play downloaded video on ios app

  12. 12

    Can't install app in iOS simulator

  13. 13

    iOS9, bitcode in enterprise app

  14. 14

    Extract Enterprise app's IPA in iOS 9

  15. 15

    iOS 9 enterprise app verify failed

  16. 16

    iOS8 Enterprise app install issue

  17. 17

    iOS8 Enterprise app install issue

  18. 18

    How can I download and install fonts dynamically to iOS app

  19. 19

    Enterprise iOS app

  20. 20

    Could not localize iOS app bundle display name

  21. 21

    iOS Beta Testers Can't Download App Distributed OTA

  22. 22

    hide download link of ios install app by php

  23. 23

    Unable to download iOS app from App Store but works in Test Flight

  24. 24

    Can't play local videos in IOS 9 with Phonegap app

  25. 25

    why can't I open facebook and twitter app with ios 9

  26. 26

    Possible to read the enterprise iOS download link plist from within the app?

  27. 27

    Open downloaded files in iOS app

  28. 28

    XCode5 can't install app on iOS simulator

  29. 29

    Can't install Phonegap built app in Windows phone and iOS

HotTag

Archive