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
I discovered that I cannot use the ids that are saved in the admobs settings (https://apps.admob.com/v2/settings/test-devices/list) and that I need to get the id from the log. The problem is: how can I avoid displaying real ads on devices where I only know the advertising/ifda ID?
When I launch EasyAds without setting admobConfiguration only test ads are displayed on my test devices, as expected.
The problem is when I need to configure set admobConfiguration to not show ads to minors as below:
admobConfiguration: RequestConfiguration(
tagForChildDirectedTreatment: 1,
tagForUnderAgeOfConsent: 1,
testDeviceIds: [
...
]
),
in this case real ads are displayed on my test devices. I've already tried without setting testDeviceIds and I kept getting real ads.
The text was updated successfully, but these errors were encountered: