Android banner not showing
See original GitHub issueDescribe the bug Banner on android doesnt want to start
To Reproduce Steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Expected behavior Android banner showing up.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
AdMob.showBanner({
adId: "ca-app-pub-5343465453645~23432546",
adSize: AdSize.SMART_BANNER,
position: AdPosition.TOP_CENTER,
margin: 0,
});
Error from logcat: unable to connect to service: com.google.android.gms.auth.key.retrieval.service.START on com.google.android.gms
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
AdMob banner ad not showing - android - Stack Overflow
Make sure that you have added Banner Ad Unit in your Admob Account and used banner appUnit-id in your adUnitId of your app...
Read more >Android Notifications Not Showing Up? 10 Fixes You Can Try
Android Notifications Not Showing Up? 10 Fixes You Can Try · 1. Reboot Your Phone · 2. Review the App's Notification Settings ·...
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 >Unity ads banner not working on Android
The most common cause of not getting banner ads is lack of available banner demand. This would be expressed as "No fill for...
Read more >Banner Ads are not showing in android app in unity!!!
I am building an app and I want to show banner ads in it so,I follow some tutorials on youtube and Integrate admob...
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
Found out, sorry i was new to capacitor. I hadnt set the app id inside build.gradle
You need to set the app id at the correct place, documentation is plenty.