Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Is No Longer Available

Tags:

ios

After install application on mobile device, and change the time of device for one week before. and Try to open app its say "MyAppName" Is No Longer Available.

Any one face this issue please let me know, your inputs are appreciable.

like image 818
kiran Avatar asked Aug 11 '16 12:08

kiran


People also ask

What does it mean when an app is no longer available?

If you are looking for an app that is no longer available on Google Play, the developer may have removed the app from Google Play or the app violated our Google Play Developer Program Policies and Developer Distribution Agreement and was removed or suspended from Google Play.


1 Answers

We have lot of reasons for this

  • if you don't have an active developer license
  • 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.

This is for found out the 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

Sources say

'App Name' is No Longer Available

App is no longer available

Developer.apple.com

like image 84
user3182143 Avatar answered Oct 07 '22 21:10

user3182143