KivMob icon indicating copy to clipboard operation
KivMob copied to clipboard

AdMob support for Kivy

Results 43 KivMob issues
Sort by recently updated
recently updated
newest added

Hi, I try to integrate my Kivy app with AdMob using KivMob, however so far I'm not able even to successfully run [demo app](https://github.com/MichaelStott/KivMob/tree/master/demo). Application runs, but no ads are...

bug

my app works fine on google plays tore but when I want to use KivMob the store rejects to submit the update sand show the following log error ` You...

bug

I build hello world app with test mode but no test ads showing .

App Name: Lords of Ludo (on kivy) App line: https://play.google.com/store/apps/details?id=org.adig149.ludo App Creator: Adig149

## main.py ```python from kivmob import KivMob, TestIds from kivy.app import App from kivy.uix.button import Button class KivMobTest(App): def build(self): self.ads = KivMob(TestIds.APP) self.ads.new_interstitial(TestIds.INTERSTITIAL) self.ads.request_interstitial() return Button(text='Show Interstitial', on_release=lambda a:...

A strategic boardgame-like mobile game released: https://play.google.com/store/apps/details?id=com.legeartisgames.epidemy The admob interaction is made by KivMob. Could you add it, please, to the list of mobile applications? Thanks in advance!

it is working on api 27, but when i changed my app into api 29 it doesn't work. ![Screenshot_17](https://user-images.githubusercontent.com/76218309/105578813-82ba0b00-5d8b-11eb-8652-c896f386b0e7.png) it's a screenshot from the logcat

Hi @MichaelStott , @akgupta0777 and other, I would like to know how to resize the banner height, it is too big in the app. I saw the implementation of the...

enhancement

Can you use kivmob with pygame? You see I've managed to get Unity ads working with pyjnius - it works with my Kivy app but crashes with a black screen...

enhancement

Hi, My live app is working on Android 9 and lower but has problems working on Android 10. I'm using kivy==master and branch==develop (and also tried android ndk=20b) in the...