0
我需要顯示ADBanner。我在iOS 6測試此,這裏是我在做什麼iAd橫幅未能收到橫幅
bannerView = [[ADBannerView alloc]initWithFrame:
CGRectMake(0, 0, 320, 50)];
bannerView.delegate = self;
[bannerView setBackgroundColor:[UIColor clearColor]];
[self.view addSubview: bannerView];
它總是在didFailToReceiveAdWithError
一個錯誤。
該操作無法完成。廣告資源不可用。
請讓我知道我錯在哪裏我第一次使用iAd。
您是否每次都收到此錯誤? – Manthan
是的,我每次都得到這個。 –
您是否在此應用的iTunes Connect應用設置中啓用了iAd? – Iducool