Strange issue when installing Enterprise application

61 views Asked by At

I'm encountering a strange issue on certain iPads when I try to test my build. On most devices the installation works like a charm, but I've noticed the following on a couple devices:

I get the prompt to install ".. would like to install MyApp". After hitting Install, nothing happens. There's no indication of what the error is afterward.

As mentioned, the installation works perfectly on other devices.

This is occurring on iOS 8.0 and iOS 8.0.1

Any ideas if this is related to a configuration on the device?

2

There are 2 answers

3
Joshua Sullivan On BEST ANSWER

This is probably the iOS enterprise install bug. If the devices previously had the app in iOS 7 and were then upgraded to iOS 8, then the device will incorrectly cache the Bundle ID and refuse to install updates to the app or even reinstall it after it has been deleted from the device.

Currently, the only work-around is to append some extra characters to the Bundle ID in the manifest.plist file that accompanies the IPA on the install page. This will trick the device into thinking it's a new app and downloading it. Once the app actually installs, it will use the correct Bungle ID from the app and replace the existing one.

1
Walt Sellers On

You might want to try an install after you've attached a device to a Mac and start capturing its console output. The iOS may be outputting errors there.

I assume your app size is under the cellular transfer limit.