Back version of the application

Asked

Viewed 40 times

2

Is it possible to return the app version? We initially put in the field Version Number the number 2 just to see how it would look and after that we are not being able to return to the numbering we would like (0.1.0), the app gives the following error:

inserir a descrição da imagem aqui

2 answers

3

The problem is because this version number does not accept the format x.x.x, inform an entire version, for example: 10.

I hope I’ve helped.

3


The Número de versão should be an integer value, and should only be incremented, it is what will be used to know whether to update the application and Google Play will never allow you to launch an APK with the number repeated or lower than the previous one, however this value is not displayed anywhere.

In general, whenever you are going to release a new version in Google Play you should increase this value by 1, during development you do not need to worry about it.

The Nome da versão you can already put the value you want, and can increase or decrease the time you want, this is the version that is displayed to the user.

Browser other questions tagged

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