• How to integrate AdBuddiz advertisements SDK with Kivy application deployed to Android device
  • 1. SDK download and opening documentation
  • 2. Add the correct permissions and settings to your buildozer.spec file
  • 3. Add the AdBuddiz Activity to your project's AndroidManifest.tmpl.xml file: (it should be somewhere inside python-for-android/dist/your_project_name/templates/)
  • 4. Import pyjnius autoclass module in your main.py
  • 5. Use autoclass() to access classes of your app's activity and AdBuddiz class
  • 6. Finally: use the accessed classes to initialise the SDK, load the Ads cache and show Interstitial Ads
  • 7. Additional tips
  • 8. Simple App with the AdBuddiz usage example