You have uploaded an APK or Android App Bundle that contains an activity, activity alias, service or broadcast receiver filtered by intent,
but without the "android: exported" property set. This file cannot be installed on Android 12 or later.
Visit developer.android.com/about/versions/12/behavior-changes-12#exported.
I compiled my own program with maxSdkVersion = 31 so that it works also under Android 12 and by explicit request of Google Play.
The problem is that even if I use 11.80 with 11.81 core, the editor (b4a) does not insert the android: exported declaration even if in several trheads it is written that it should.
Hi. SDK 30 is no longer valid for uploading new apps to the Google store. You need SDK 31. From November it will also be required for updates of existing apps in the store.