iAd error: Ad Inventory unavailable

霸气de小男生 提交于 2019-12-11 19:15:12

问题


I am in the final stages of an app and I have been testing my ad-enabled app on both my iPhone (4S, iOS 6.0) and iPad (3, iOS 5.1.1).

My app is an iPhone app (i.e. it runs on iPad as an iPhone app) and I used the same XCode project to run my app on the two devices.

The curious thing, is that on my iPhone I see the iAd test ads, and on the iPad (also connected to my Wifi) I don't. I see the following error in the console:

{ ADInternalErrorCode = 3; NSLocalizedFailureReason = "Ad inventory unavailable"; }

A few people on this site have mentioned the same problem and people generally attribute it to normal behaviour with reasoning that perhaps there are simply no ads to serve to the iAd banner at the time.

This would be fine, but it doesn't explain why it would work on my iPhone and not the iPad; which are both using the same internet connection as well.

Does anyone have any theories/solutions for this?

Thanks in advance,

Andy


回答1:


Apple is probably serving a different selection of ads to iPhone and iPad users. Either that, or there's something else about your profiles on the two devices that's causing the iPhone to receive some ads that the iPad doesn't. (Some ads may be targeted to specific market segments, based on any number of factors.)



来源:https://stackoverflow.com/questions/14299764/iad-error-ad-inventory-unavailable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!