Will test ads show up on adhoc build.
Am I missing something from this code?
Plugin added to build.settings
--------ADMOB------------------
ads = require “ads”
local provider = “admob”
local appID = “810105488”
ads.init( provider, appID, adListener )
–when you want to show ad
ads.show(“interstitial”)