Google sent me a warning to inform me about one of my apps collecting Android Device Id and Advertising ID informations. Is there any tool i can use to test which SDK is involved in this activity?
P.s: I'm using the following SDK: Admob mediation, Firebase, Onesignal
Thank you!
What I did was open the manifest of my app, click below on "merged manifest" and look for the SDK reading them all, there I could see that the dependency "play-services-ads-identifier:18.0.0" is involved in the activity which makes my app use advertising ID, I found out by opening that manifest and copying and pasting into Google search "com.google.android.gms.ads_identifier" which is the package that manifest refers to and then it took me here:
https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/package-summary
I don't know if it's exactly your dependency but for me the only way to find out that I had was this.
Saludos!