Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play Console Error : Manifest doesn't include Advertising ID permission #166

Open
FranciskoNeves opened this issue Jun 26, 2023 · 2 comments

Comments

@FranciskoNeves
Copy link

Describe the bug
After install the firebase-analytics plugin, when I'm submitting to the Play Console, I'm getting this error saying that my manifest doesn't include the Advertising ID permission, but I already added this: <uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

Screenshots
Screenshot_2

This is something that can be fixed in the plugin, or am I doing something wrong?

@OliOnline
Copy link

Same issue here but I just use capacitor-community/firebase-analytics for analytics, not for Advertising. So I would like to be able to disable "Advertising ID" but I dont see any options.

@MattGould1
Copy link

I ran into this as well you need to follow the instructions given by the PlayStore. Click on update declaraction and click yes to "Does your app use an advertising ID?" and then select the usage as "analytics".

After doing this, you will still see the above error until you can phase out your older active artificats which do not include the AD_ID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants