I am quite new to iOS development; I tried adding an iAd banner to my single page application; however the app is not displaying any ads. Here is what I have done till now:
(a) Have Developer licence
(b) Added tax and other info for iAds
(c) Imported iAd framework to my app
(d) Added the line import iAd, ADBannerViewDelegate, etc.
(e) Added the line canDisplayBannerAds = true in viewDidLoad() function
But during testing, no Ads are not getting loaded
Please help.
Thanks
Aziza Khan.