We're developing an app using mobclix to provide advertisements. Our android version works as desired, but our iOS version occasionally gets fullscreen (I believe they call them interstitial) ads showing up without clicking on the ad banner. This is extremely irritating as it happens even when you're interacting with the app. [ Edit: we've now seen the issue on android as well, so it's not iOS specific. ]
We've made sure that we're returning NO
from adViewCanAutoplay
(and returning YES
from richMediaRequiresUserInteraction
, although that doesn't seem related). We also have Allow Auto-play Ads
in our dashboard set to No
for all ad units and the Platform:iPhone
/ Ad Unit:Fullscreen
has Ads Running
set to No
We've submitted a support request from mobclix, but they've just said we need to send them screenshots of the ads so they can pull them. It seems weird that their functionality can't detect an ad trying to resize the ad banner to fullscreen and prevent it, and doubly weird that they're expecting us to curate their content for them. Note: this is after waiting a week to see if changing settings in the dashboard, etc takes a while to go into effect.
Does anyone know of a way to make mobclix behave?