Can someone tell me what I’m doing wrong?
The code below works fine on iPhone, but no ads is shown on Android. Yes, I’ve triple checked the key/app code.
[code]isAndroid = “Android” == system.getInfo( “platformName” )
if isAndroid then
ads.init( “inneractive”, “wwCreatures_GuitarSpeedTrainer_Android” )
else
ads.init( “inneractive”, “wwCreatures_GuitarSpeedTrainer_iPhone” )
end
ads.show( “banner”, { x=0, y=70, interval=10, testMode=false } )[/code] [import]uid: 31793 topic_id: 22729 reply_id: 322729[/import]