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

gdprApplies remains true after GDPR dialog is shown #16

Open
kaboc opened this issue Jan 14, 2024 · 0 comments
Open

gdprApplies remains true after GDPR dialog is shown #16

kaboc opened this issue Jan 14, 2024 · 0 comments

Comments

@kaboc
Copy link

kaboc commented Jan 14, 2024

gdprApplies in BasicConsentInfo returned by IabtcfConsentInfo.instance.currentConsentInfo() is false if a GDPR dialog has not been opened using package:google_mobile_ads or have been opened outside EEA without the setting of debugGeography: DebugGeography.debugGeographyEea. However, once the dialog is opened with the debug setting, gdprApplies remains true even if the dialog is reopened without the setting.

  1. Dialog has not been opened yet
    • gdprApplies: false
  2. Dialog was opened without debugGeographyEea
    • gdprApplies: false
  3. Dialog was opened with debugGeographyEea
    • gdprApplies: true
  4. Dialog was reopened without debugGeographyEea
    • gdprApplies: true

I'm not sure if it is a bug of this plugin or as per spec of the underlying SDK. Please just close this if it is expected behaviour.

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