This is my code and when I build for my iPhone the screen just goes white because of the ads not working
local ads = require “ads”
ads.init( “admob”, “ca-app-pub-xxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxx”, adListener )
ads.show( “banner”, { x=0, y=0 } )
This is my code and when I build for my iPhone the screen just goes white because of the ads not working
local ads = require “ads”
ads.init( “admob”, “ca-app-pub-xxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxx”, adListener )
ads.show( “banner”, { x=0, y=0 } )
Did you include the AdMob plugin in your build.settings?
Brent
Did you include the AdMob plugin in your build.settings?
Brent