How to name the app version in Google Play Developer Console to put into production?

Asked

Viewed 67 times

0

I uploaded my first application 1.0 in the alpha test area and then updated and uploaded to alpha test with version code 2.0 is it right to use 2.0 or it would be better to use 1.1?

1 answer

2


Hello @Thiago Philipp

Note that Voce has two codes for an app version, the "Versioncode" and the "Versionname", versioncode is a control number for the store, only Voce will see this number and version is what will appear to the user, so the best would be to use an integer number for versioncode and whatever Voce wants for versionname.

I usually wear it like this:

Versioncode 1 Versionname 1.0

Next update

Versioncode 2 Versionname 1.1

Next update

Versioncode 3 Versionname 1.2

and so on

Browser other questions tagged

You are not signed in. Login or sign up in order to post.