larsacus / LARSAdController

Lightweight ad mediation for iOS to properly manage multiple ad networks dynamically including iAd and Google ads.
http://theonlylars.com/blog/2013/01/10/stupid-easy-ads-with-larsadcontroller-3-dot-0/
MIT License
269 stars 60 forks source link

Obscured banner view #23

Closed karabelo closed 11 years ago

karabelo commented 11 years ago

Hello,

Thanks for making the LARS Adcontroller. It grew to my heart as well as the LARS prefix, I am not so convenient with TOL :)

Anyway, banners work great, only when an iAd is visible, and the device is rotated, I'll get this warning:

"ADBannerView: WARNING A banner view has an ad but may be obscured. This message is only printed once per banner view"

In theory, in this situation banners are not refreshed until the banner gets un-obscured.

Is this warning important? Does it affect anything badly or is it safe to ignore it?

Best, Kara

larsacus commented 11 years ago

Is this on the master branch, or is this in AdapterAbstraction?

I've seen this while developing AdapterAbstraction, but only in landscape, and only on iOS 5, not on iOS 6. Since the banner is not actually obscured and the warning does not occur on iOS 6, this lends me to believe that this is probably something with the ADBanner class that was fixed in iOS 6.

karabelo commented 11 years ago

Yes, the warning happened in the latest AdapterAbstraction branch. We tried it with iOS6 and the warning was indeed missing. Then I probably don't need to worry about this.