Robert
Robert

Reputation: 38213

Do adhoc builds get replaced by app store updates?

Assuming I have:

  1. Installed the current app store build bundleID com.a.b
  2. Then installed an ad hoc build with the same bundleID com.a.b (i.e. replaced the build from step 1)
  3. Then and update to the app store is released.

Upvotes: 2

Views: 90

Answers (1)

Fogmeister
Fogmeister

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

Related Questions