I have submitted a number of Android games as well as updates to these and I am still confused by the version and bundle numbering system. What gets entered into the play store console, what is entered in the Unity Player settings, what gets shown in the store to the player, what numbers to use when submitting a new game version, etc.
Version shows up in the store listing under ‘Current Version’, Bundle Version Code is used internally only and has to be incremented between new released builds. This means you can release multiple builds with the same Version, as long as you keep updating the Bundle Version Code.
Thank you that helps.
So if I understand correctly. If I have released a game to production and just want to make a revision AND DO NOT want to change the version, are you saying that when I am in the Player Settings in Unity I can keep the Version the same, but MUST change the build number.??
If I do the above, does Google change the version that shows in the store?