-
Notifications
You must be signed in to change notification settings - Fork 19
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
Google AdMob detection fails on new update. #102
Comments
Also, |
We indeed restricted the list of signatures matching for this tracker because we had some false positives. I'll investigate the 2 new signatures you mentioned, thanks! |
What were the false-positives, could you, perhaps, share a link to the discussion? I've included |
I think they were several discussions, but the only one I could find is this one: Exodus-Privacy/exodus#390 |
Thanks. I'll further investigate on that matter to separate all the useful classes between Firebase Analytics and AdMob. |
Previously, these signatures were used for Google Admob detection (there could be others as well but I don't know since I haven't found public VCS):
But recently these have been changed to the following:
Which means classes such as
com.google.android.gms.ads.AdActivity
are skipped from scanning.Previous static scan listed 290 classes for an app called Battery Bar Free and how it lists only 61.
The text was updated successfully, but these errors were encountered: