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

Missing NSPrivacyTrackingDomain declaration #84

Open
JCNrick opened this issue Jun 7, 2024 · 0 comments
Open

Missing NSPrivacyTrackingDomain declaration #84

JCNrick opened this issue Jun 7, 2024 · 0 comments

Comments

@JCNrick
Copy link

JCNrick commented Jun 7, 2024

When realizing a profiling of my app I have obtained some interest points associated with the privacy manifest :

  • Fault: googleads.g.doubleclick.net is not listed in your app’s NSPrivacyTrackingDomain key in any privacy manifest. It may be following users across multiple apps and websites to create a profile about users of apps that contact this domain.
  • Fault: pubads.g.doubleclick.net is not listed in your app’s NSPrivacyTrackingDomain key in any privacy manifest. It may be following users across multiple apps and websites to create a profile about users of apps that contact this domain.
  • Fault: g.doubleclick.net is not listed in your app’s NSPrivacyTrackingDomain key in any privacy manifest. It may be following users across multiple apps and websites to create a profile about users of apps that contact this domain.
  • Fault: securepubads.g.doubleclick.net is not listed in your app’s NSPrivacyTrackingDomain key in any privacy manifest. It may be following users across multiple apps and websites to create a profile about users of apps that contact this domain.

Is it normal that any of those domains are not declared as tracking domains in the privacy manifest of the library ?

Configuration :

  • GoogleMobileAds version 11.5.0
  • Xcode 15.4.0
  • iOS 17.5

Reproduction methods :

  1. Start profiling activity monitor with interest points enable
  2. Display an ad
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

1 participant