Reputation: 6949
How to test with simulator the advertisement that is not being served by iAd?
I already implemented the code with the help of the documentation, but now, how to test it, especially this delegate:
- (void)bannerView:(ADBannerView *)banner didFailToReceiveAdWithError:(NSError *)error
Upvotes: 0
Views: 294
Reputation: 2559
Perhaps trying your app without an internet connection will fire that delegate ?
Upvotes: 2