简体   繁体   English

应用批准后,iAd测试广告会在Xcode中消失吗?

[英]Will iAd test ads disappear in Xcode after app approval?

I'm updating my app and although iAds are still not being served to my app due to its recent approval, the test ads aren't showing anymore in xCode. 我正在更新我的应用程序,尽管由于最近的批准,iAds仍未投放到我的应用程序中,但是测试广告不再显示在xCode中。 Will the test advertisements disappear after approval even in the simulator? 批准后,即使在模拟器中,测试广告也会消失吗?

Ok so i talked to developer support on the phone and got the answer and the problem has actually been solved today. 好的,所以我通过电话与开发人员支持小组进行了交谈,并获得了答案,并且该问题实际上已经得到解决。 Once your app is accepted, iAd most likely will not be implemented immediately; 一旦您的应用被接受,iAd很可能不会立即实施; and contrary to popular belief this does effect how it shows on your xCode testing as well. 与普遍看法相反,这确实影响了它在xCode测试中的显示方式。 Its been about 24 hours since it was accepted and iAd just appeared. 自从接受iAd以来,已经过去了大约24小时。 So hopefully that can help someone in the future. 因此,希望可以对以后的人有所帮助。

iAds are only shown if there are iAds available to be shown. 仅当有可显示的iAd时才显示iAd。 Apple has to sell ads to make them available. 苹果必须出售广告以使其可用。 I rarely see iAds in my apps. 我很少在我的应用程序中看到iAd。 My guess is that there are more people displaying iAds than have been sold. 我的猜测是,展示iAd的人数超过了已售出的人数。

I use ad AdMob aggregator to show both iAds and Google Ads. 我使用ad AdMob聚合器同时显示iAd和Google Ads。 Makes beer money that way at least. 至少以这种方式赚啤酒。

He has a thread going in the Apple developer forums as well: https://devforums.apple.com/message/939808#939808 他也在Apple开发人员论坛中有一个话题: https : //devforums.apple.com/message/939808#939808

iAds will show test ads in a debug build on occasion (based on a setting). iAds会偶尔(根据设置)以调试版本显示测试广告。 In the simulator or a test device, you can go into Settings - Developer - and change the Fill Rate or other settings as appropriate if you want to test always or never getting an ad. 在模拟器或测试设备中,如果您想始终进行测试或从不获取广告,则可以进入设置-开发人员-并相应地更改填充率或其他设置。 By default, it's around 50% or so. 默认情况下,大约为50%。

Having your app released in the store has nothing to do with the test ads that get displayed in the debug builds not from the store. 在商店中发布您的应用与在调试版本中而非商店中显示的测试广告无关。

So, the issue is most likely a bug in the code if ads, not even test ones, never appear. 因此,如果广告(甚至没有测试广告)从未出现,则问题很可能是代码中的错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM