Ad Hoc Distribution - Does it update an existing previous installed version of an app?

后端 未结 2 1386
盖世英雄少女心
盖世英雄少女心 2021-02-11 02:33

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?

<
2条回答
  •  闹比i
    闹比i (楼主)
    2021-02-11 03:07

    Even if the distributed application is entirely the same, for example the same executable, since both realeases are different, each release ought to have a different version number. So if you released 2.0 ad hoc, and then released official version, that version ought to be different, for example 2.0.1, for organizational and clarity purposes. You will know if the customer refers to version 2.0 that that is an ad hoc version, and if the version is 2.0.1 that is the official version without requiring further information. In summary, each individual release should have an individual and unique revision number.

提交回复
热议问题