Is it possible to have multiple instances of iAds?

感情迁移 提交于 2019-12-23 01:34:11

问题


This is not for multiple iAds displayed on one screen.

I have two views, both capable of displaying iAds. I want each view to have a ADBannerView instance.

Has anyone done this before?


回答1:


You won't get rejected for using multiple ADBannerviews, as user635633 says.

But keep in mind that using more than one is not recommended by Apple in iAd Programming Guide (see section Banner View Best Practices).

Instead, your application should create a single banner view and use it throughout your user interface. As the user navigates around your application, your application moves the banner view onto any screen that is expected to display a banner.




回答2:


Yes, you can do that. One of my apps has 2 views, and they both have iad banners in them. It was approved without problem from Apple.



来源:https://stackoverflow.com/questions/5273221/is-it-possible-to-have-multiple-instances-of-iads

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