What does build number mean for the App Store?

Viewed 19

I uploaded a build of my app to the app store with version 4.1.10 and build number 1. I made a minor update and am wondering whether to upload it as 4.1.11 (1) or 4.1.10 (2). What difference does it make to users downloading the app?

1 Answers

You change app store version to indicates that this is a new version for AppStore. You change build number to indicates that is is a new version to test before publishing to AppStore. So, while an App version is not in AppStore, just increase the build number.

Related