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

Use AdMob only #61

Closed dafdafydd closed 10 years ago

dafdafydd commented 10 years ago

Hello,

Thank you very much for your work - LARSAdController works really great!

I wonder if it possible to use LARSAdController to just display AdMob ads without the need to request ads from iAd. I realize it might be more appropriate to do it without any external libraries but I would like to stick to LARSAdController in case I changed my mind in the future.

So, do you think LARSAdController can be used in such a fashion? If so, what would be the nicest way to do it?

danmartyn commented 10 years ago

From the example usage:

It would seem you just need to omit the registering of iAds, so instead of the above, use:

dafdafydd commented 10 years ago

Thank you! It's actually what I did but I wonder if this would not have any negative consequences (leaks, unnecessary requests).

larsacus commented 10 years ago

No negative consequences. This is how it has been designed to work.