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:

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)  

Tested versions:
706 and latest stable (704)

Tested Platform:
iOS (4.2.1)

You could track bug status here:
http://bugs.anscamobile.com/default.asp?11313 [import]uid: 11686 topic_id: 19924 reply_id: 319924[/import]

Hey Deniz,

We have checked this issue and it appears to be Corona’s bug.
Our support team have sent it over to Corona’s Android support and hopefully they will be able to solve this. [import]uid: 109623 topic_id: 19924 reply_id: 78666[/import]