Hi,
I have some problems with ads on my App.
2 times on 5 a black square appear on the screen.
here is some screen shot
http://djdarko.free.fr/apk/Screenshot_2012-03-19-21-06-39.jpg
and 5 seconde later the square leave the place for the ads. some time not.
http://djdarko.free.fr/apk/Screenshot_2012-03-19-21-07-02.jpg
here is the code:
[lua]ads = require “ads”
function adListener( event )
if event.isError then
– Failed to receive an ad.
end
end
ads.init( “inneractive”, “JJKdev_anotherstepbeyond_Android”, adListener )
ads.show(“banner”, { x=0, y=0, interval=30 })
local storyboard = require “storyboard”
storyboard.gotoScene( “menu” )[/lua]
If anyone know how to fix it [import]uid: 130433 topic_id: 23577 reply_id: 323577[/import]