Please help me with this. I want to upload my apk to Google Play Store and this happened. I tried checking the game version in Buildbox Setting and I didn't find something wrong. Please help if you can
Version Code, not Game Version (what you show is fine there). Those are 2 completely different things. For the Version Code, integers do not have decimal points. So it needs to be 1 for your first upload, 2 for the next... etc.
Example: Game Version = 1.0 Version Code = 1 Game Version = 1.1 Version Code = 2 Game Version = 1.2 Version Code = 3 Game Version = 2.0 Version Code = 4 Game Version = 2.1 Version Code = 5
@Andy @Deliverbo I couldn't find the version code box in the settings. Something wrong with my Buildbox??