Search code examples
ioscocoa-touchuipopovercontrolleriadadbannerview

AdBannerView & popover: just hide?


In my iPad app I have a AdBannerView, and I need to present a popover.

If I do so it throws the warning saying that the banner could be hidden: infact even if the banner is not actually hidden, the user can NOT click on it, because the tap would be intercepted by the popover (so the tap will have the effect of closing the popover, not opening the advertisement).

It turns out that making the ad hidden b4 presenting the popover, and show it again after the popover is gone, removes the warning. (of course it does, the ad is not visible anymore!)

But, how does this work? If I hide the banner and then I show it again, do I still get the revenue for it?

And is there any better solution to this problem?


Solution

  • I would just ignore the warning. If the Ad is fully visible it should be no problem.