-1

Can i upload a new app bundle with same version code?

I asked this question because i can upload a new app bundle with same version code in internal app sharing? Is same thing possible for Internal,Alpha, Beta and Release production?

1 Answers1

3

No

You cannot upload an APK to the Play Store with a versionCode you have already used for a previous version.

jo3rn
  • 1,291
  • 1
  • 11
  • 28
  • of course but i don't mean apk, it is app bundle aab file. – Görkem Karadoğan Mar 30 '20 at 13:41
  • 1
    it holds true for aab files as well. When you upload it to the Play Store Google will take your app bundle and generate an APK which needs to adhere to the version code policy. – jo3rn Mar 30 '20 at 13:52