Enterprise App Update Distribution on iOS 8
I’ve also encountered this problem with our app distribution. We were able to fix this issue by ‘faking’ the bundle identifier inside the .plist using for download distribution, keeping our ipa bundle identifier the same. For example, in your plist: <key>bundle-identifier</key> <string>com.mycom.MyApp</string> <key>bundle-version</key> <string>0.2.2</string> change com.mycom.MyApp to com.mycom.MyApp.ios8fix The app will be installed using a … Read more