There aren't many gains for using app bundles (AAB) with B4A as most apps don't include many native (.so) libraries or Android resources, however it will soon be required by Google Play so it is a good time to add this feature.
The next version will include other important changes to the toolchain.
The app bundle is just a different way of "packaging" your app to upload it in the play store. I suppose there is no reason for not including obfuscation.
The app bundle is just a different way of "packaging" your app to upload it in the play store. I suppose there is no reason for not including obfuscation.
There aren't many gains for using app bundles (AAB) with B4A as most apps don't include many native (.so) libraries or Android resources, however it will soon be required by Google Play so it is a good time to add this feature.
The next version will include other important changes to the toolchain.
Creating an app bundle is a matter of a single click. It is true that it involves switching to Google signing feature which requires an additional step for the first time. Nothing too complicated.
Creating an app bundle is a matter of a single click. It is true that it involves switching to Google signing feature which requires an additional step for the first time. Nothing too complicated.
There aren't many gains for using app bundles (AAB) with B4A as most apps don't include many native (.so) libraries or Android resources, however it will soon be required by Google Play so it is a good time to add this feature.
The next version will include other important changes to the toolchain.
There aren't many gains for using app bundles (AAB) with B4A as most apps don't include many native (.so) libraries or Android resources, however it will soon be required by Google Play so it is a good time to add this feature.
The next version will include other important changes to the toolchain.
The APK is created from the AAB based on the target device. For example, it will not include native arm7 binaries when the target device has an arm8 cpu.
Will the B4A IDE still generate the normal apk-file as usual?
Could be important if one distributes their apps outside of Google Play Store, for instance on a private server, by email ecc?
This is so true. A friend of mine recently started learning Android development via Flutter. He would occasionally call me with doubts like what is the command to generate key file or how to sign an apk with key and is there an easy way to push the signed apk to an actual device. I would say I really don't know because signing the apk and pushing to the device with B4A is just one click.
@Erel, Please when is the estimated release time for the next B4A version. Am set to release an app, and I intend to use it as a test case for the App bundle