native.setActivityIndicator(true) inneractive auto-reload bug

Calling native.setActivityIndicator(true) anywhere brokes up inneractive ads auto-refresh functionality. Ads load once but never will reload themselves although ad interval is set explicitly. So using activity indicator in your application surely have a bad effect on your inneractive ad performance.

Sample code:

1
2
3
4
5
6
local ads = require("ads")
ads.init("inneractive", "YOU_COULD_INSERT_YOUR_APPID_BUT_THIS_WORKS_ANYWAY")
ads.show("banner",{x=100, y=0,testMode=false,interval=30 })
--comment out lines below and it will start to work again
native.setActivityIndicator(true)
native.setActivityIndicator(false)
views:1773 update:2012/1/10 9:16:25
corona forums © 2003-2011