-
Notifications
You must be signed in to change notification settings - Fork 38
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
Test banner ads not showing #113
Comments
Can you share the logcat output of the android app? |
code
adb logs: [INFO ] [Python ] v3.8.9 (default, Mar 14 2022, 15:35:32) |
That looks pretty normal. How does your buildozer.spec file look? |
Actually, after looking at your code again, you are attempting to show a banner ad immediately after loading the banner ad in the build function of your app. You should have some callback associated with on_click that shows the banner ad only if one has been loaded. |
@MichaelStott Actually I did..... But still ads ain't showing. |
2 years on I know but I've got the same issue. App compiles fine but doesn't show the test banner ad. buildozer.spec file (relevant parts):
in my main.py file:
I tried to look at the logs but when I run buildozer android debug deploy run logcat it instantly prints a load of gibberish to the console, which means I can't read the logs. Is there something I'm doing wrong? I downloaded kivmob through Pycharm. I know above it's mentioned to have a callback after on_click to load the ad but surely that isn't needed as I want the ad to appear as the user loads the first page, I don't want them to have to click a button to see the ad. |
I build hello world app with test mode but no test ads showing .
The text was updated successfully, but these errors were encountered: