google play - Upload Android application with different version code but same version name -


can upload application different version code same version name such below:

change

android:versioncode="1" android:versionname="1.0"

to

android:versioncode="2" android:versionname="1.0"

yes. version codes unique identifiers different versions of application , must different. version codes must whole numbers too. on other hand, version name shown in google play store users , can same.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -