Hoang Pham
Hoang Pham

Reputation: 6949

How to test if an advertisement is not being served by iAd?

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

Answers (1)

Zheileman
Zheileman

Reputation: 2559

Perhaps trying your app without an internet connection will fire that delegate ?

Upvotes: 2

Related Questions