Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there a programatic way to tell if AdMob mediation is presenting an iAd or AdMob ad?

The parent view to my GADBannerView has to do something special depending on which ad is being presented...

share|improve this question

1 Answer

up vote 4 down vote accepted

You could check the mediatedAdView property on GADBannerView and see if it's of type AdBannerView.

share|improve this answer
If it is of type AdBannerView, does that mean it is an iAd (and not something else)? – MikeS Nov 8 '12 at 18:37
Thanks, this worked! Only problem is it was not the source of the issue I am experiencing I guess :( – MikeS Nov 8 '12 at 18:48
Remember to #import <iAd/ADBannerView.h> – JOM Nov 15 '12 at 11:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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