我需要展示 ADBanner。我正在 iOS 6 上对此进行测试,这就是我正在做的事情
bannerView = [[ADBannerView alloc]initWithFrame:
CGRectMake(0, 0, 320, 50)];
bannerView.delegate = self;
[bannerView setBackgroundColor:[UIColor clearColor]];
[self.view addSubview: bannerView];
它总是带有didFailToReceiveAdWithError
错误。
操作无法完成。广告资源不可用。
请让我知道我在哪里错了我第一次使用 iAd。