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

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -