ADBanner in iOS 7 self.canDisplayBannerAds

1.2k Views Asked by At

I'm trying to integrate iAd in iOS 7 app. According to Apple tutorial, one just have to use method: self.canDisplayBannerAds and iAd will work without a hitch. As I use it according to the tutorials, it gives a blank white screen. How to integrate iAds then? Do I have to use ADBannerViewDelegate so something else. Kindly explain

2

There are 2 best solutions below

2
On

do you figure out mentioned issue? I guess you need to implement the adbannerviewdelegate to handle load, unload, failed load scenarios. The blank white screen may be caused by network connectivity.

0
On

Im not sure about the simulator but if your testing on a device you need to do the following. Go into your settings select developer and select fill rate then 100%.