googleads / googleads-mobile-unity

Official Unity Plugin for the Google Mobile Ads SDK
https://developers.google.com/admob/unity
Apache License 2.0
1.37k stars 1.08k forks source link

Test Ads won't show (No ad to show error) if consent is declined #3104

Closed dhamelin closed 8 months ago

dhamelin commented 8 months ago

Unity 2021.3.31, tested on iOS with AdMob SDK 8.6.0

[REQUIRED] Step 2: Describe the problem

When I accept the consent, my test ads works fine. If I decline consent, test ads result in "no ad to show" error.

Is that an expected behaviour or is it a sign of an issue in my code (or the SDK)?

NVentimiglia commented 8 months ago

Hi @dhamelin

No ad to show is a serving error. This usually means that your implementation is correct but something (such as a policy error) is preventing the ads from serving.

Please take a look at your admob account and the policy center and resolve any errors.