This was working fine on iOS 8.4 as well as iOS 9 beta 2, but now we can't seem to install enterprise apps on a device running iOS 9 beta 3. I've tried wiping the phone and doing a fresh restore to 9b3, but no dice.
Normally, a user visits a URL to download the app based on a manifest plist hosted on a server, and that plist at the "url=" describes the app's bundle identifier and the location to the .ipa, among other things.
itms-services://?action=download-manifest&url=
On other versions of iOS, this asks the user if they'd like to install "App Name" — with a dialog to cancel, or install. On iOS 9, nothing happens once you visit the page. There's no profiles to accept or reject in settings, no app on SpringBoard that appears, nothing.
I will note that this only seems to be happning on our own https-accessbile file server. Builds from other services like Crashlytics seem to work okay, and even more interestingly, copying the same plist file over to something like Dropbox, and pointing to the hosted plist file that way (with the IPA in the same location as before) works. It's weird.
Is this happening to anyone else? It's happening to a few of the users in our company. Any fixes?