For all prior versions of iOS, I've used the itms-services:// URL to install test iOS apps over the air (OTA). Now, all my devices with iOS8 fail when trying to install apps using this approach. Example URL:
itms-services://?action=download-manifest&url=https://myWebsite/myApp/myApp.plist
Summary of problem:
- The Safari browser used to launch the install from a web page does not exit to the main screen showing the app installing as before in prior iOS versions
- The application never successfully installs. It installs, but is left as a greyed out icon, and the app will not launch.
- This problem does not occur on existing iOS7 devices, with identical URL.