开发者

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

开发者 https://www.devze.com 2023-01-06 03:09 出处:网络
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:

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消