KivMob
KivMob copied to clipboard
AdMob support for Kivy
To help better maintain this project, the CI/CD pipeline needs to be revisited to provide better coverage and testing. - Move Travis CI/CD to Github Actions. - PEP16 style checks...
[app_crash_after_ad.zip](https://github.com/MichaelStott/KivMob/files/5823788/app_crash_after_ad.zip) After and Ad shows in my app and I just let it stay on the screen, my app will close in a matter of seconds. Sometimes the app close...
Hello, I released a game made by python Kivy. This is a board card game. I have been doing it for almost two months. This is my first application. There...
i have changed other things app id and add ids should i change this for my app ? android.gradle_dependencies = 'com.google.firebase:firebase-ads:10.2.0' if yes please tell me how to get that...
https://play.google.com/store/apps/details?id=org.legerement.zaprotiv Here is the Game Za Protiv or (Yes or No) Big thanks to you! Ads not showing right now cuz of 30 days ban :( It is my first...
Alguém poderia mim ajudar como usar o kivmob, como configurar-lo no main.py, no buildozer. spec ...?
Sorry, but i habe some problem with your fast start. Can you hepl me? [WARNING]: ERROR: /home/kivy/Desktop/kivmob-quickstart/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 failed! # Command failed: /usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a...
Hi, Is there a way to controll banner height? For some reason, the ad on my device is 320x100. I need it to be 320x50. Thanks.
class Game(App): def build(self): self.ads = KivMob("------") self.ads.new_interstitial("-------") self.ads.request_interstitial() return sm def show_interstitial(self): self.ads.request_interstitial() if self.ads.is_interstitial_loaded(): self.ads.show_interstitial() i access with kv file like this on_press: app.show_interstitial() but i want to...
Hi Michael, I have similar issues what were mentioned before (in issue 5 and 17). My test interstitial ad is shown only after tapping the button 2 times (from test...