I didn’t want to re-post this in another thread, but this is quite urgent.
My free app is out there for 8 days now and the downloads are catching up and iAds are still not showing.
in my main.lua I have these:
local ads = require( "ads" ) local function adListener( event ) local msg = event.response if event.isError then return end ads.show( "banner", { x=0, y=0 } ) end ads.init( "iads", "ph.gambit.freethrow", adListener )
So what else is needed here?