I am working on a Flutter app using firebase and Admob.
I have configured both a GDPR and IDFA explainer message in Privacy & Messaging and linked them to the app.
In Xcode I have added the App Tracking Transparency framework and added a plist Tracking Usage Description
"Note: For iOS, if you have created an ATT message for each of your apps in the AdMob UI, users will be prompted to provide ATT consent as part of the form presentation flow. No additional API calls are required."
However, in my case the user is NOT being presented with ATT Consent form. The GDPR consent form is displaying fine.
My app makes a request for permission for notifications (IOS generated) and the GDPR displays in the background but is enabled immediately after however the ATT form is a no show. I have tried on multiple IOS devices.
I am uninstalling and re-installing each time I test.
Has anyone got this working?