I have a Kivy APP and before i used android.api 31 and android.api 32 in buildozer init. There is no problem. Today i tried android.api 33 and I created an aab file and signed it. When i sent it as a new release to update, i got en error in Ggoogle Play Console.
1 Error
Your app targets Android 13 (API 33) or above. You must declare the use of advertising ID in Play Console. Complete DeclarationAnd the Declaration:
Does your app use advertising ID? This includes any SDKs that your app imports that use advertising IDMy Questions are:
I have no ad and i coded my app it in Python, If i use android.api 33 aab file what should be the answer for Declaration. I think it should be NO, am i right? One day if i use Admob in any other app answer should be Yes?
If i use android.api 33, does the app work only on Android 13? Can it work on Android 5.0? android.api 33 means up to Android 13 ot only Android 13?
if android.api 33 does not support below 13 Android versions Beside android.api 33 which one sould i use android.api 32 or android.api 31
Thanks very much. Thanks for your comments.