Hi Guys,
I am use Corona SDK 704 (IOS), I am using DataPicker (Crona Widget Widget), after I added the InnerActive codes as below, App frozen on Both Simulator and iPad. On iPad , the Ad is showing, but App frozen.
what I am doing wrong here?
Also where is the best place to put inneractive codes in my code?
how can I adjust the size of the ads? the size is not fit well my app.
I am using iPad 1 with version 4.3.5
Thanks in advance
local ads = require “ads”
ads.init( “inneractive”, “myappleidfrominneractive” )
ads.show( “banner”, { x=0, y=0, interval=60 } )
ads.show( “fullscreen”, { x=0, y=0, interval=60 } )
ads.show( “text”, { x=0, y=100, interval=60 } )
[import]uid: 83418 topic_id: 19258 reply_id: 319258[/import]
[import]uid: 52491 topic_id: 19258 reply_id: 74318[/import]