简体   繁体   English

为什么iAd在模拟器和设备测试中效果很好,但在App Store上发布后却没有出现?

[英]Why did iAd work well on simulator and device testing, but didn't show up after released on App Store?

I set up iAd by adding self.canDisplayBannerAds = YES; 我通过添加self.canDisplayBannerAds = YES;设置iAd self.canDisplayBannerAds = YES; in ViewDidLoad method. 在ViewDidLoad方法中。 I tested it on simulator and iPhone 4 device. 我在模拟器和iPhone 4设备上进行了测试。 It worked well. 运行良好。 But after i released on App Store, iAd didn't show up on the specific view controller. 但是当我在App Store上发布后,iAd并没有出现在特定的视图控制器上。 Why is that happened? 为什么会这样呢? Thanks!! 谢谢!!

If your app has been released today or yesterday, it's normal. 如果您的应用是今天或昨天发布的,那是正常的。 The ads dont show until a few days after the first release of your app. 在您的应用首次发布后的几天内,广告才会展示。

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

相关问题 iad横幅显示在模拟器和设备中,但不显示在应用商店中 - iad banner is displayed in simulator and device but not in app store 应用程序iAD后应用程序崩溃但不在模拟器上崩溃 - App crash on device after config iAD but not on simulator Itunes Connect更新应用程序未显示在应用程序商店中 - Itunes Connect Update App Didn't show up in app store 应用发布到AppStore后,iAd没有出现 - iAd not appear after app released to AppStore 在App Store上发布应用程序后,iAd未在设备上显示 - iAd not showing on Device after releasing application on App Store 在App Store意大利发布应用程序后,iAd未在设备上显示 - iAd not showing on Device after releasing application on App Store Italy 在模拟器,设备和应用商店上进行行为测试有什么区别 - What is the difference in behaviour testing on the simulator, device and app store 为什么标签上的文字不会出现在实际设备上,而会出现在模拟器中? (Xcode) - Why won't text on a label show up on an actual device but will in the simulator? (Xcode) IAD测试广告在设备或模拟器上无法在4.2或4.3中工作 - IAD Test ads dont work in 4.2 or 4.3 on device or simulator 我创建了一个应用程序,并在模拟器和设备上进行了测试,但不会上传到应用程序商店 - I creates an app and tested on simulator as well as device but not going to upload on app store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM