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.
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.
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