You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Dialog has not been opened yet
gdprApplies: false
Dialog was opened without debugGeographyEea
gdprApplies: false
Dialog was opened with debugGeographyEea
gdprApplies: true
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.
The text was updated successfully, but these errors were encountered:
gdprApplies
inBasicConsentInfo
returned byIabtcfConsentInfo.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 ofdebugGeography: DebugGeography.debugGeographyEea
. However, once the dialog is opened with the debug setting,gdprApplies
remains true even if the dialog is reopened without the setting.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.
The text was updated successfully, but these errors were encountered: