Reputation: 38213
Assuming I have:
com.a.b
com.a.b
(i.e. replaced the build from step 1)Upvotes: 2
Views: 90
Reputation: 77641
The bundle id is unique across the device. If you install and ad hoc build with an id of com.a.b
and then download an app from the app store with com.a.b
then it will write over the ad hoc build.
This is why it is enforced as unique when creating the app on iTunes Connect.
And yes, it will automatically install over the top.
Upvotes: 2