-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ads shows on debug mode but not on client devices #16
Comments
I had similar issue, found out, that you are required to set that app contains adds in Google Play Console |
@ron109 what's the status of this? Get this worked out? |
Encountering the same issue. Worked perfectly during testing but doesn't show ads after publishing the app. Is there any status update? |
@nbfajanilan have you completely setup your admob account? Liked a bank account? Filled out all the tax forms? I believe this can cause test ads to work but real ads will not show up in production unless these are completed. |
@kmcgill88 yes, I already completed setting up my admob account. I have other app which uses firebase_admob and it is working properly. It proves my account is not a factor here. During testing, I used my admob appId and bannerId. For my new app, admob_flutter is more suitable to the layout I need hence I preferred using it. |
Just an update. The ads now appears in some instances after few days. Not consistently in fact very rarely but I guess it is now up to admob's algorithm when the ads will be loaded. |
I got the solution,
Other things remain unchanged, It will work. |
@ron109 @nbfajanilan Where you able to fix it with this solution? Thank you @rahulshukla-rs for the quick fix. |
stale, closing. |
Hey, I have used this library in order to present banner ads.
In the debug mode it shows me local ads..
I published my app, but when users download it all it show is white blank banner..
my app id and banner id are correct because on debug it does show me local real ad but under test ad (i have replaced the ids and made sure they are all right)
any solution?
The text was updated successfully, but these errors were encountered: