Banner test ads on Android stopped working.
See original GitHub issueI have noticed that a few weeks ago banner test ads for Android (ca-app-pub-3940256099942544/6300978111) stopped to work.
Here’s the error message I am getting when requesting the above ad id:
LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: , adapterResponses: []))
The last changes to my codebase that touched the parts responsible for loading and displaying ads are from Nov 2021, also test banner ads for iOS work perfectly as do interstitial test ads for both Android and iOS.
I am on the most recent stable version of both Flutter and google_mobile_ads. Is there anything that you could advise?
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
Common reasons for ads not showing - Google AdMob Help
Use the following guide to understand common reasons why apps show few or no ads. If you're still having issues, use the Can't...
Read more >AdMob test ads STOP working (Banner, Interstitial, Reward ...
In all my android applications suddenly AdMob test ads not working. Every time AdMob returning a no fill error code 3.
Read more >Enabling test ads | Android - Google Developers
This guide explains how to enable test ads in your ads integration. It's important to enable test ads during development so that you...
Read more >Troubleshooting: I don't see ads in my app
If you don't see ads in your app, this could imply a technical or setup issue. Learn how to use test ads to...
Read more >Admob Banner Test ID not Working - Google Groups
I see that you're using the Test Ad unit Ids to load the ads. I was able to load ads by testing it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had to modify it a bit, but all in all I tested that and it looks like the problem is tied one of my android devices (S9) it works if run on an emulator also it works when run on Google Pixel C tablet. Which makes me think it has to do with my S9 rather than the library. Apologies for opening this without running more tests across different types of Android devices.
@hicnar You can try running this example app https://github.com/googleads/googleads-mobile-flutter/tree/main/packages/google_mobile_ads/example