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.

[IOS] LoadAdError code: 1, domain: com.google.admob, message: Request Error: No ad to show.

See original GitHub issue

Hi, I have implemented the Flutter google_mobile_ads: ^1.0.0 . The test Ad Units are showing fine in the App (debug mode), but the real Ad Units, once the App has been built and deployed in Test Flight (iOS) are not showing at all. In the console I get this error:

flutter: Ad failed to load: LoadAdError(code: 1, domain: com.google.admob, message: Request Error: No ad to show., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: null, adapterResponses: []))

What I checked:

  • Real Ad Units Ids are correct
  • The GADApplicationIdentifier is correct
  • I have filled all the information requested in the Payment section (AdMob), except for the Payment Method (I can’t add it yet, current balance < 10 dollars)

What should I do?

Plugin Version

google_mobile_ads: ^1.0.0

Steps to Reproduce

  1. Create a banner Ad Unit (more than 24 hours ago)
  2. Add it in a flutter widget (main screen)
  3. Make sure you have updated the Info.plist file with the pub id (related to your admob account)

Expected results: AdMob banner is working and rendering

Actual results: AdMob banner is not working and is not rendering

flutter: Ad failed to load: LoadAdError(code: 1, domain: com.google.admob, message: Request Error: No ad to show., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: null, adapterResponses: []))

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:7
  • Comments:23

github_iconTop GitHub Comments

6reactions
azazadevcommented, Mar 7, 2022

any update ?

3reactions
31Carlton7commented, Feb 6, 2022

Any proper fix for this? Nothing is working for me

Read more comments on GitHub >

github_iconTop Results From Across the Web

Admob bannerView Request Error: No ad to show
I just integrated with AdMob for ios mobile application. got app id and added configureWithApplicationID in appdelegate and initWithAdUnitID in ...
Read more >
com.google.admob Code=1 "Request Error: No ad to show
Sample apps show how to use the Google Mobile Ads SDK to place ads into apps. Test your implementation code to check that...
Read more >
iOS LoadAdError(code: 1, domain: com.google.admob, message ...
LoadAdError (code: 1, domain: com.google.admob, message: Request Error: No ad to show., responseInfo: ResponseInfo(responseId: null, ...
Read more >
google_mobile_ads 0.13.1 | Flutter Package - Pub.dev
iOS : https://developers.google.com/admob/ios/test-ads#demo\_ad\_units. It's been specially configured to return test ads for every request, and you're free to ...
Read more >
Ad Load Errors | iOS - Google Developers
let errorDomain = error.domain // Gets the error code. See // https://developers.google.com/admob/ios/api/reference/Enums/GADErrorCode
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