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.

Error Message from admob.banner.load_fail

See original GitHub issue

I installed the admob-plus, and i change the app id and ds unit id. But i got an error from admob.banner.load_fail event, it return a json. { "isTrusted":false }

Is it my admob account problem or something else, Please tell me how to solve this problem, thank you.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

3reactions
svzicommented, Dec 6, 2018

@KaseSiu I just discovered the same issue (with version 0.15.0 of this plugin). I couldn’t see any ads, neither my banner nor my interstitial were showing. I solved it by running a production build of my app, that have been signed and seems to be trusted.

I hope that helps!

1reaction
edipscommented, May 6, 2019

@svzi Thanks for your suggestion! it works for Admob project for Qt 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

banner load fail, got an error message, hope someone can help
here is the code: admob.banner.config({ id: 'myCode', isTesting: true, autoShow: true, overlap: true }); admob.banner.prepare(); document.
Read more >
Ad Load Errors | Android - Google Developers
When an ad fails to load, there is always a callback that is called which provides a LoadAdError object. // Gets the domain...
Read more >
Admob Banner ads fail to load, Error Code : 3 No fill
I've integrated admob Banner & Interstitial in my app. I've noticed that some of ads banner are fail to load. I've debug error...
Read more >
AdMob Error Codes & Logs - Google Help
The error codes can be very helpful in troubleshooting unfilled Ad Requests as they indicate what went wrong when an Ad Request could...
Read more >
Admob error - Monetization (in-app purchases, ads, etc.)
I'm registered on AdMob and I have activated AdMob plugin. Lua code for the banner ad. local admob = require( “plugin.admob” ). –...
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