

Tip: Use the Play Developer API to download system APKs generated from app bundles that you upload to Google Play.

Note that app updates can take some time to be delivered to existing users. If a user has turned on automatic updates for your app, the update will be downloaded and installed automatically. Once your update is available, users can download the update on your app’s store listing page or from their My apps page on the Play Store app.

Once the update is published, your update will start being distributed to existing users. Delivery of updatesĪfter you’ve submitted an update to an app, you’ll see “In review” under "Update status" on your app's Dashboard. Once your updated artifact is ready, you can create a new release. Tip: Use the App bundle explorer to easily manage your app bundles in one place. If the results are different, you will need to re-sign the app bundle with the correct upload key. If the results are identical, you’re using the same upload key and are ready to continue. $ jarsigner -verify -verbose -certs my_application.aab To confirm that your app bundle is using the same certification as the previous version, you can run the following command on both versions and compare the results:
