Description
my app works fine on google plays tore but when I want to use KivMob the store rejects to submit the update sand show the following log error
You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't be installed on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported
this some parts of my spec file
android.api = 32
requirements =kivmob, ...
android.gradle_dependencies = 'com.google.firebase:firebase-ads:10.2.0'
after some time of debuging i found that the issue in
android.gradle_dependencies = 'com.google.firebase:firebase-ads:10.2.0'
when I comment this line every thing works fine but of course the ads will not work
also, the debug version of my app works fine and show the ads as the only issue in the play store