In Google Play Console, under AppContent, we found a warning under Ads section stating:
We found ad SDKs in your app
Although we still can publish our app for now, this warning is bothering us.
It does not allow us to declare No, my app does not contain ads. The save button is greyed out.
The problem is, we did not integrate AdMob in our app! So what could trigger this false positive?
I have ran gradlew -q app:dependencies and extracted out our productionRelease section. A copy of the full dependency list can be found here: http://axzae.com/dependency.txt
The only "ads" related dependency we found is:
com.google.android.gms:play-services-ads-identifier:{strictly 17.0.0} -> 17.0.0 (c)
But we are just using adid as a unique identifier for identifying user. Could this be the false positive reason?
Any helps would be appreciated. Thanks.
