I'm an ionic developer and I've been dealing with these new requirements of Google Play when submitting an update (or a new app):
Starting in August 2021, new apps will need to Publish with the Android App Bundle format.
Starting in November 2021, app updates will be required to target API level 30 or above and adjust for behavioral changes in Android 11. Existing apps that are not receiving updates are unaffected and can continue to be downloaded from the Play Store. Wear OS apps must continue to target API level 28 or higher.
I'm using ionic/cli v6.16.3 and cordova v10.0.0 and I can't create the aab bundle with the following command:
ionic cordova build android --prod --release -- -- --packageType=bundle
It used to work fine with my previos cordova version (v9) but it has stopped working since I upgrade to cordova v10.
Apart from that, I wasn't sure if I had to sign the bundle with APKSIGNER scheme v2.