Ad Hoc Distribution - Does it update an existing previous installed version of an app?
Posted
by Kriem
on Stack Overflow
See other posts from Stack Overflow
or by Kriem
Published on 2009-10-24T18:36:53Z
Indexed on
2010/06/12
21:32 UTC
Read the original article
Hit count: 406
What happens when a user installs an ad hoc distribution of an existing app? And what happens if this app (or a newer one) hits the App Store officially?
To sum it up:
- A user already has a v1.0 and receives a v2.0 ad hoc
- A user has the ad hoc v2.0 and the official public release of v2.0 hits the store
- A user has the ad hoc v2.0 and an official public release of v3.0 hits the store
In other words,
is the ad hoc version a stand-alone build or does it in fact update a previous version as expected from an update? And will it be updated as soon as a newer version hits the store?
© Stack Overflow or respective owner