2013-03-15 85 views
0

如果只有一個iAd橫幅,一切正常。它可以獲取廣告橫幅。 但是如果我把iAd的橫幅視圖以兩種視圖/ viewcontrollers,它會顯示2 iad橫幅錯誤

[AppDeveloper]: ADBannerView: Unhandled error 
(no delegate or delegate does not implement didFailToReceiveAdWithError:): Error  
Domain=ADErrorDomain Code=2 "The operation couldn’t be completed. 

Loading throttled" UserInfo=0xab6ec20 {ADInternalErrorCode=2,  
ADInternalErrorDomain=ADErrorDomain, NSLocalizedFailureReason=Loading throttled} 

您的評論歡迎

回答

4

首先,你的問題是,你是不是對每個iAd的橫幅設置delegate

第二個,在您的應用程序中有一個嚴重實施問題。您絕對不應該爲了在兩個不同的屏幕上顯示多個iAd橫幅。您需要使用由中央對象管理的共享橫幅,例如您的代表。 Google shared iAd banner尋求幫助。