Reputation: 122
We have existing android app with apk release on play store. Can we use app bundle for release instead of Apk existing app.
Upvotes: 4
Views: 4089
Reputation: 460
Yes, it is possible. Your new update can be an App Bundle. Please go through the following guide by Google to know more about how to do this. App Bundle Guide
We recently moved from traditional APK uploading to App Bundle, it's very easy, just go through the guide once.
Upvotes: 2
Reputation: 2943
Yes It's simple to update app using App Bundle. first,
Create new release of your app by increase 1 versionCode
and then Enroll into app signing by Google Play. After that publish newly created app bundle to play console rest of all things google handle it.
For more information visit this
Upvotes: 2
Reputation: 13358
if you are going to update your app in playstore ,you must increase +1 of the application version. That case old apk is not valid. Instead of Apk you can create/release new bundle for new version of app.
Upvotes: 1