Can we update the APK on Google Play Store with out changing the APP Version

后端 未结 5 1966
一向
一向 2021-02-03 20:04

Can anyone let me know, Can I replace the APK uploaded to Google Play Store, with out changing the App version.

Basically I have uploaded the app with version 1.0 yester

5条回答
  •  隐瞒了意图╮
    2021-02-03 20:43

    There are two type of app version versionCode and versionName. For updating the apk in play store versionCode should be incremented by one from the previous value and versionName is not mandatory to change. It is up to you but keep in mind only the external user can see versionName so if you are updating the apk it is recommendated to change the versionName.

提交回复
热议问题