I have created a new app and I am trying to upload the first aab bundle to the play store.
It ask me to use level 31 and doing that it gives me this error:
B4X:
Warning: If an activity, service, or broadcast receiver uses intent filters and doesn't have an explicitly-declared value for android:exported, your app can't be installed on a device that runs Android 12 or higher.
There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...
There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...
Hello Erel, it is a pleasure to be able to
contact the creator of this program. I'm waiting for the B4A 11.20 book to come out in Spanish to buy it, greetings from Peru
When uploading to the Play store I get this error. What can I do?
You uploaded an APK or Android App Bundle that has an activity, activity alias, service, or intent-filtering listener, but without the "android:exported" property set. This file cannot be installed on Android 12 or later. See developer.android.com/about/versions/12/behavior-changes-12#exported