Apple have just approved my Application, but the problem is the Application that not shows the banner.
I have implemented these 3 methods of delegate of the ADBannerView:
-(void)bannerViewDidLoadAd:(ADBannerView *)banner
-(BOOL)bannerViewActionShouldBegin:(ADBannerView *)banner willLeaveApplication:(BOOL)willLeave
-(void)bannerView:(ADBannerView *)banner didFailToReceiveAdWithError:(NSError *)error
In my iPhone the banner test work perfectly and it's visible.
Did you know what's the problem?
Thanks to all!