question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'No ad config.' Presenting live ads in Android

See original GitHub issue

Hi,

Might be missing something obvious. Test ads work fine on Android build, but when I attempt to run live ads I get the following message in console

Uncaught (in promise) {
  "Code": 3,
  "Message": "No ad config.",
  "Domain": "com.google.android.gms.ads",
  "Cause": "null",
  "Response Info": {
    "Response ID": "null",
    "Mediation Adapter Class Name": "",
    "Adapter Responses": []
  }
}

What config setting am I missing?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
richwebappscommented, May 26, 2021

For others experiencing this, I tried building a production APK and deployed it manually and it finally shows ads. It seems the debug build has this issue. I still think there’s something in this plugins since other plugins don’t seem to have this issue.

0reactions
leandronorciocommented, Feb 25, 2022

Same for me, only production ads work on my app that is on the Play Store,

It seems Test ads only work if your app is not on the Play Store yet.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"No Ad Config." on onAdFailedToLoad() Method While ...
For this case, we need to use Test Advertisements. Admob and "com.google.android.gms.ads" doesnt allow user to use Advertisements in ...
Read more >
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 >
Use Firebase with Google AdMob
Google AdMob is an easy way to monetize mobile apps with targeted, in-app advertising.
Read more >
Problem showing Ads: Code 3, No ad config
-Make sure you check payment / billing details are current not just in your Admob account, but in your linked Adsense and Google...
Read more >
Adding an AdMob banner and native inline ads to a Flutter ...
1. Introduction · 2. Set up your Flutter development environment · 3. Set up AdMob app and ad units · 4. Add the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found