Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Admob Support for Kivy (Python for Android)

I have seen the RevMob SDK and a few other things that I have gotten to work, but I want to use Admob so that I can get paid directly through Google. I know that Kivy uses Python for Android, so is there a way I could use Admob in Kivy?

Also, I saw this question, but it had no answers, and was poorly written.

like image 648
Pip Avatar asked Feb 14 '14 16:02

Pip


1 Answers

The answer right now is "maybe". As far as I know, no one has tried it yet. You would have to use pyjnius to access the Android/Admob API.

like image 111
brousch Avatar answered Sep 20 '22 02:09

brousch