defold / extension-admob

Defold native extension which provides access to AdMob functionality on Android and iOS
https://www.defold.com/extension-admob/
MIT License
37 stars 12 forks source link

Ads not displaying. #5

Closed Green-Robot-Dev-Studios closed 3 years ago

Green-Robot-Dev-Studios commented 5 years ago

Hello. I am a newbie to defold and trying to set up ads in the app. Here is the code that I am using to load in a banner: admob.load_banner('ca-app-pub-5899340000115/52770000', { width = 320, height = 50 }, callback ) I added in the callback this line of code: admob.show_banner() I also added all the requires things in the configs and everything. What am I missing?

Green-Robot-Dev-Studios commented 5 years ago

The ad does not show up on a mobile device and I have no way of getting the debug log off it.

AGulev commented 3 years ago

New implementation of AdMob SDK from scratch released