We have In-House distribution scheme, which includes both .ipa and manifest.plist files placed on a web-server. A simple web-page allows user to choose the app version and t
Same problem with my App. Fixed by changing App bundle name, creating new App Id, and building new provisioning profile.
You can also just change the bundle id in your Manifest.plist
file like:
<key>bundle-identifier</key>
<string>com.example.fooappNew</string>
Without regenerating the provisioning profiles.