No ads on Android

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]

This is my show line:

ads.show(“banner”, { x = display.screenOriginX, y = display.screenOriginY, interval = 30 })

Not sure if testMode is actually used for inneractive, but for the past 2 days, my app has stopped showing ads, so maybe there is a bigger problem. [import]uid: 114363 topic_id: 22729 reply_id: 90795[/import]

Did you gave internet access to your App in the build.settings? [import]uid: 131209 topic_id: 22729 reply_id: 90800[/import]

This haven’t been neccesary in any of my other apps… [import]uid: 31793 topic_id: 22729 reply_id: 90817[/import]