Inneractive banner displays correctly, but after a while it becomes a blank space... normal?

Inneractive banner displays correctly, but after a while it becomes a blank space… normal? It happens when testing on my device… just wondering if it’s going to be that way too once approved on the App Store? [import]uid: 10717 topic_id: 19721 reply_id: 319721[/import]

Well if they are not making 100% of their fill rate, you will get an empty space.
[import]uid: 19626 topic_id: 19721 reply_id: 76315[/import]

Well, it’s not an empty space… it displays a white banner with no content after displaying an ad with content for a few minutes… this is during testing on device [import]uid: 10717 topic_id: 19721 reply_id: 76317[/import]

I wonder if the “interval” has something to do with it. How does the “interval” functions anyway? This is the code that I added…

local ads = require “ads”
ads.init( “inneractive”, “AppyStudios_AnnoyingDuck_iPhone” )
ads.show( “banner”, { x=0, y=0, interval=60 } ) [import]uid: 10717 topic_id: 19721 reply_id: 76318[/import]

FYI Im using the interval of only 10secs and I am also seeing the blank space ads on **iPad** build. (on iPhone its doing ok)

PS: I think that @robmiracle is right. Let`s see how it goes.
Thanks,
Rodrigo. [import]uid: 89165 topic_id: 19721 reply_id: 76328[/import]

@RSCdev - we don’t recommend using an interval of 10 sec as it is slowing the app and the load of the ads. Some users don’t have a strong wifi/ internet connection and it might hurt the user experience.
The min interval that we suggest is 30 sec for which the user will have enough time to see the ad and re-act to it.
For iPad there aren’t that many ads as for iPhone - this is the reason that it is not working for you for iPad.

Let me know what you think about it, and feel free to ping me with questions - orly@inner-active.com [import]uid: 109623 topic_id: 19721 reply_id: 77524[/import]

Hi Orly,

Firstly, thank you for your attention and advice! :slight_smile:

About the 10s only times interval Ive mentioned in the post above, yes, I know that it isn`t recommended but I was just testing things out and wanting to see the ability of inneractive filling the ads space. :slight_smile:

Thanks for passing your mail and surely Ill get in touch with you when its necessary.
Cheers,
Rodrigo. [import]uid: 89165 topic_id: 19721 reply_id: 77529[/import]