iAd not showing banner ads
问题 I am building an app in which I want to us iAd banners. the viewcontroller in which I want to show the ad is a UIViewController. I am using storyboards. I implemented the iAd banner exactly as apple shows/demonstrates here: add iAd framework import "<iAd/iAd.h>" header inserted self.canDisplayBannerAds = YES; but when I run my app, no iAd is showing up. do I forget something? Thank you so much in advance 回答1: I had a bit different issue, but the answer fits to your question as well. I updated