When the user changes screen, I want to hide the current ADBannerView . Is there a "right" way to do that? If I move it offscreen for instance, is it fine: I was wondering if it could keep serving ads while not being displayed and then I would break some Apple Agreement.

Is it also OK to cover an Ad with a modal view?

Thanks!

link|improve this question

1  
I'm not sure if the banner view is "clever" enough to realise when its offscreen, as if its not, it will matter because you get money for views as well as clicks. – Tom H Jun 26 '10 at 21:11
feedback

2 Answers

up vote 2 down vote accepted

Just move it offscreen. It will detect that.

link|improve this answer
feedback

Apple recommends moving it offscreen. Watch the 2010 WWDC session 112 video on iAd integration.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.