How to upload and publish an app in the Play Store → AAB or APK

If you want to upload and publish an app in the Play Store, the following should be observed:

  1. Apps that were published in the Play Store before Aug 1, 2021 can still be uploaded as APKs in the Play Developer Console (even after Nov 2021) and therefore do not need to switch to Google App Signing (which simplifies it).

  2. Apps that were published in the Play Store after July 31, 2021 must use AABs and also Google App Signing. To test such apps in advance, you should always have an APK generated from the bundle (AAB).
    To do this,

  • upload the AAB to the Play Store as an internal test track and then
  • download the general APK generated afterwards and
  • test this APK on your own text devices.
  • In addition, you should always wait for the Pre-launch report, which can find discrepancies and bugs that you yourself have overlooked.
    None of my apps have ever been published without at least 1 Pre-launch report.

Note:

  • It is not sufficient to have the APK created by Niotron (or AI2) as we know (e.g. from Kodular) that an APK created by Kodular will work, but the AAB does not.

  • I would recommend using APKs (where possible) as these are more flexible, e.g. APKs can easily be decompiled and the Manifest and / or assets can be adjusted. Plus, as mentioned earlier, you don’t have to switch to Google App Signing.

targetSdkVersion 30 (Android 11) → Aug 2021 and 31 (Android 12) → Aug 2022

:exclamation: “Updates to existing apps: No new publishing format requirement” → If you uploaded an APK to the Play Store (before Aug 2021), you can still use APKs for updates!

Aug 2022

Sign your app

Sign your app | Android Developers

4 Likes

See also here:

1 Like