Unable to Download App + App is No Longer Available

白昼怎懂夜的黑 提交于 2019-12-01 08:37:34

问题


We have an app that was distributed using Enterprise Distribution Profile. Now, the same app is working for some but others are reporting the following issues.

  • Existing/Installed app throws this error, and doesn't open:

    {App Name} Is No Longer Available

  • Users who try to download the app from the Enterprise link are reporting this error:

    Unable to Download App - {App Name} could not be installed at this time.

    Done Retry

Users running iOS 8.4.1 are specifically reporting these issues. I regenerated the profile and rebuild the app. This seems to have fixed the issue for some users, but not for all.

What's the real problem here? Thoughts?


回答1:


Most common causes of this issue:

  • URL in the plist that references the ipa is invalid.
  • Device storage is full
  • The provisioning profile is a developer provisioning profile
  • The ad hoc distribution provisioning profile is corrupted and the device is having an issue with it.
  • The device was restored from a backup and is causing a conflict for over-the-air distribution
  • There was a network timeout
  • Architecture settings of the build and the device are incompatible (can sometimes happen when "Build Active Architecture Only" is on when building).
  • Not Using Mobile Safari.

To find out the exact cause of this issue:

  • Connect the device to your Mac.
  • In Xcode, open the Devices window.
  • Choose your device from list on the left.
  • View the console for the device.
  • Now install the app it will show the exact cause of problem

My guess, since it is only happening on some device, is that you could be using a developer provisioning profile, or maybe you are building for only one architecture, so it will only work on some devices that match the built architecture.

Please look at the device console during an install attempt to get a detailed error that should point you down the correct path for a fix.




回答2:


I have the same problem. We have found a temporary solution.

To install beta builds we are installing our apps via itunes and an ipa file



来源:https://stackoverflow.com/questions/32577621/unable-to-download-app-app-is-no-longer-available

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!