Hi i'm currently implementing Admob into my iOS app. The code works fine and test ads are showing, but i have a few questions regarding GDPR and user consent that i couldn't find the answers too.
If a user don't give permission to the AppTrackingTransparency do i have to notify Admob in any way? My guess is no. Would think Apple wouldn't hand out the IDFA if the user deny it.
I use admobs UserMessagingPlatform to present a consent form. Is the user answer saved somewhere or do i need to save this?
Using the form mentioned above. Do i need to do anything if the user don't consent, or will admob see that consent is not given and not serve personalised ads?
Thanks!