6

I want to update my app on google play store but now I want to upload APK not app-bundle(first time I upload app-bundle(.aab)). is it possible?

3 Answers3

3

Yes you can update it .check original documentation. https://support.google.com/googleplay/android-developer/answer/113476?hl=en

Prepare your updates

  • The package name of the updated APK or app bundle needs to be the same as the current version.
  • The version code needs to be greater than the current version. Learn more about versioning your app.
  • The updated APK or app bundle needs to be signed with the same signature as the current version.
Chanaka Weerasinghe
  • 5,404
  • 2
  • 26
  • 39
2

Yes, this is achievable and it's a straightforward process! Simply go to:

Your app dashboard > Release Management > App releases

Upload your apk file like you would normally do. When you do this, the aab will be automatically deactivated. Follow all the other regular app-updating guidelines (increment version number, etc) and you'd be good to go.

To learn more about updating your app on playstore, check this out.

Taslim Oseni
  • 6,086
  • 10
  • 44
  • 69
0

yes it is possible. First your update is ready then you have to unpublish your app. Go to your Play Console.Select app. Select Store presence > Pricing & distribution. In the "App Availability" section, select Unpublish.

Raaz
  • 11
  • 5