My client's cooperate app is currently distributed via ad-hoc distribution using iOS developer program and now the client has purchased an iOS enterprise developer program to distribute this application via In-House distribution because of the limitation.
The problem occurred when migrating from developer program to enterprise program. Since App-ID is unique across the accounts, I’m unable to create a identical app-id in the enterprise program.To my knowledge I'm left with two options.
- Delete the app-id from the developer program and use it on the enterprise program to facilitate In-house distribution.
- Use a separate App-id for the to facilitate In-house distribution
The problem is OTA updates are send via OTA web links and second approach will install a separate identical app.
The question is if I use the first approach will the existing installed app get replaced successful via OTA link since it has the same app-id?