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

Advertising error 'com.google.android.gms.permission.AD_ID permission' when uploading to playstore. #72

Open
cmtanko opened this issue May 14, 2024 · 1 comment

Comments

@cmtanko
Copy link

cmtanko commented May 14, 2024

When you answer this question, make sure to verify if any third-party SDK code in your app uses advertising ID. If so, you must declare that your app uses it. Some SDKs, such as the Google Mobile Ads SDK (Play Services-ads) may already declare the com.google.android.gms.permission.AD_ID permission in the SDKs library manifest. If your app uses these SDKs as dependencies, the com.google.android.gms.permission.AD_ID permission from the SDK's library manifest will be merged with your app's main manifest by default, even if you don't explicitly declare the permission in your app's main manifest.

Getting this after adding ti.crashlytics module. How do I get rid of this message ?

@hansemannn
Copy link
Owner

The Firebase library requires the AD_ID permission in general, so it's best to add it. We have it included as well, although not having any ads inside the app.

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

2 participants