Search code examples
iphoneobjective-ctableviewiad

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


Solution

  • The problem was that I had to sign the iAd contract in itunes connect, which I had not done yet. it works fine now!