Closed dafdafydd closed 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:
Thank you! It's actually what I did but I wonder if this would not have any negative consequences (leaks, unnecessary requests).
No negative consequences. This is how it has been designed to work.
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?