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:
"<iAd/iAd.h>"
headerself.canDisplayBannerAds = YES;
but when I run my app, no iAd is showing up. do I forget something? Thank you so much in advance
The problem was that I had to sign the iAd contract in itunes connect, which I had not done yet. it works fine now!