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
{{ message }}
This repository was archived by the owner on Mar 23, 2025. It is now read-only.
I am using AdMobs and have both a GDPR and a IDFA consent forms defined.
The issue I am seeing is when I try and use your API for ATT (iOS >= 14.x) and Consent for GDPR, I only see the created screens from AdMob for GDPR. I do not see the IDFA explainer screens. The screens I am talking about are the ones we can create in AdMob->Privacy & messaging.
Furthermore, regarding your UserMessagingPlatform class, cannot see a Tracking specific method to show the IDFA consent dialog, we only have the GDPR show consent : await UserMessagingPlatform.instance.showConsentForm();
Note - there may not be a bug in the plugin, I may have misunderstood your usage for ATT support.
Firstly, thankyou for an awesome plugin!
I am using AdMobs and have both a GDPR and a IDFA consent forms defined.
The issue I am seeing is when I try and use your API for ATT (iOS >= 14.x) and Consent for GDPR, I only see the created screens from AdMob for GDPR. I do not see the IDFA explainer screens. The screens I am talking about are the ones we can create in AdMob->Privacy & messaging.
Furthermore, regarding your UserMessagingPlatform class, cannot see a Tracking specific method to show the IDFA consent dialog, we only have the GDPR show consent :
await UserMessagingPlatform.instance.showConsentForm();Note - there may not be a bug in the plugin, I may have misunderstood your usage for ATT support.