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
ADBanner in iOS 7 self.canDisplayBannerAds
1.2k Views Asked by asadullah07 At
2
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.