close

[Solved] Action requested: Declare your Ad ID permission

Two Days Ago I have Submitted my App On Play Console Account And Today I Have Received an Email With Subject Action requested: Declare your Ad ID permission. We are going to Learn about All Possible Solutions So Lets Get Start with This Article.

How Action requested: Declare your Ad ID permission Error Occurs ?

Two Days Ago I have Submitted my App On Play Console Account And Today I Have Received an Email With Subject Action requested: Declare your Ad ID permission.

So here I am writing all possible solutions that I have tried to resolve this error.

How To Solve Action requested: Declare your Ad ID permission Error ?

  1. How To Solve Action requested: Declare your Ad ID permission Error?

    To Solve Action requested: Declare your Ad ID permission Error As Google Developers Said If You are Using Google Mobile Ads SDK version 20.4.0 or higher, you can skip this step since the SDK automatically declares the com.google.android.gms.permission.AD_ID permission and is able to access the Advertising ID whenever it's available. So You need to use Latest Google Mobile Ads SDK and then your problem will be fixed.

  2. Action requested: Declare your Ad ID permission

    To Solve Action requested: Declare your Ad ID permission Error, First Of all, Just Check Which Version of Admob You Are Using. If your app uses the Google Mobile Ads SDK version 20.4.0 or higher, you can skip this step since the SDK automatically declares the com.google.android.gms.permission.AD_ID permission and is able to access the Advertising ID whenever it's available. But If You are using the Google Mobile Ads SDK version 20.3.0 or lower and are targeting Android S, you must add the com.google.android.gms.permission.AD_ID permission in the AndroidManifest.xml file in order to target Android S. Check More Details Here.

Solution 1: Add Permission in manifest

First Of all, Just Check Which Version of Admob You Are Using.

If your app uses the Google Mobile Ads SDK version 20.4.0 or higher, you can skip this step since the SDK automatically declares the com.google.android.gms.permission.AD_ID permission and is able to access the Advertising ID whenever it’s available.

But If You are using the Google Mobile Ads SDK version 20.3.0 or lower and are targeting Android S, you must add the com.google.android.gms.permission.AD_ID permission in the AndroidManifest.xml file in order to target Android S.

        <-- For Android S devices & GMA SDK version 20.3.0 or lower -->
        <uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

Check More Details Here.

Solution 2: Use Google Mobile Ads SDK version 20.4.0 or higher

As Google Developers Said If You are Using Google Mobile Ads SDK version 20.4.0 or higher, you can skip this step since the SDK automatically declares the com.google.android.gms.permission.AD_ID permission and is able to access the Advertising ID whenever it’s available. So You need to use Latest Google Mobile Ads SDK and then your problem will be fixed.

Summary

It’s all About this error. Hope We solved Your error. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?

Also, Read

Leave a Comment