chemerisuk / cordova-plugin-firebase-analytics

Cordova plugin for Firebase Analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Play Console: We found ads in your app

geshub opened this issue · comments

I've got a warning in my google play console saying my app is using ad SDKs (App content).
Looking through all the dependencies in my app, I think it may be coming from com.google.android.gms:play-services-ads-identifier:17.0.0 that is added by com.google.firebase:firebase-analytics:18.0.
Is it necessary for cordova-plugin-firebase-analytics to work correctly ?
If it's not, is it possible to remove the dependency as indicated here: https://stackoverflow.com/a/64798971/12281292 ?

Thanks for your help,

Screenshot 2021-01-11 at 10 26 59

Hi, nobody got that issue ?

I would also like this removed. It seems it could be done in the Android build.gradle using something like

implementation ('com.google.firebase:firebase-analytics') {
    exclude module: "play-services-ads-identifier"
}

But not sure how to do that from this plugin and in the Cordova world.

This problem still persists. Why was it closed?

Edit: Google gave me this warning because I use OneSignal.