2
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.
2
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 xamarin xamarin-forms xamarin.android
You are not signed in. Login or sign up in order to post.