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?
-
Yes it's possible but first you delete your upload app bundle first. – Anas Mehar Jul 29 '19 at 06:21
-
Did you try. Does it possible when update app ? – Sonam Gupta Mar 16 '20 at 07:50
-
I did not try, please suggest – krishan kumar Sharma Apr 21 '20 at 10:05
3 Answers
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.

- 5,404
- 2
- 26
- 39
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.

- 6,086
- 10
- 44
- 69
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.

- 11
- 5