com.google.android.gms.permission.AD_ID

Project Settings

Hi,

When I create new release on Google play console i have this alert :

EN :

Error

According to the Play Console ad ID declaration, your app uses an ad ID. A manifest file in your active artifacts does not include the com.google.android.gms.permission.AD_ID permission.

If you don't include this permission in your manifest file, your ad ID will be reset. This can impact your use of advertising and analytics, and result in lost revenue. To find out more

You can remove these errors by updating your Ad ID declaration.

Ad IDs for apps that target Android 13 (API 33) without AD_ID authorization will be reset. This may impact your use of advertising and analytics.

Even if I add two Permissions :

And ad a line :

  <uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

In "AndroidManifest.xml" I have de alert on Google play console.

Thank you for your help.

Nathan

What have you tried so far?

Add line in custom code "AndroidManifest.Xml" and two permissions

Did you check FlutterFlow's Documentation for this topic?
Yes
2
1 reply