Search code examples
iphoneapp-storeversionitunes

Appstore app version number


I have updated an app in the Appstore. Its new bundle version is 1.15 (in binary details) and its version is 1.2 (in app details). The previous version was 1.1 and 1.1. After updating it, the users who had installed the previous version don´t receive a notification of the new version. May this problem be related to the bundle version? I mean, 1.1x is a newer version for Appstore than 1.2, or should I have set 1.2 in the binary details?


Solution

  • Numbers between dots are considered as whole, non-decimal numbers.

    This means that version 1.2 is an older release than 1.15 as the ".15" is considered to be 15 and the ".2" is considered to be 2

    The new bundle version should have been 1.1.1