Learn how to add banner and interstitial ads to your app to display ads from the Google AdMob network.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3941-monetizing-your-app-with-iad/lessons/4
Learn how to add banner and interstitial ads to your app to display ads from the Google AdMob network.
How does adding ads through admob the way you did so in this tut w/iAd change given the impending discontinuation of iAd? Thanks.
Parts 1 and 2 will no longer be useful unless you’re integrating iAd right now, but parts 3 and 4 are still relevant as they describe Google’s AdMob. But don’t add the iAd network obviously.
Hi Caroline,
How will the Ad Banner be implemented if there is Tab Navigation Bar? I would like to put the Ad Banner Globally instead of every single UIView.
Thanks
-Carlos
The Ad Banner view should be controlled by a UIViewController or subclass.
I haven’t done a global banner view personally - I’ve always created a second ad view. All I’ve been able to find is this older suggestion which passes a singleton banner view around the app. I see no reason why that approach shouldn’t work.
I would be interested to know if you come up with a suitable result.