I am using the google_mobile_ads package. And it is showing me this error. I am trying to user rewarded video test ads. And they are not loading.
Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("7D77F0F7912B63850A1FB8986F58DE38") to get test ads on this device.
Not retrying to fetch app settings
Add this lines:
make sure to use
await
since its an async functionGetting the device id:
Simply run your app and request the rewarded ad. You will get some errors in the log, search for this line. The highlighted part is your device id you can add:
RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("**289234E6**")