iPhone - UITableView 中的 iAds
我打算将 iAd 放在我的应用程序中的 UITableView 上,但我不确定这是否是一个好的做法。我读过这篇文章 如果我将 iAd 放置在 UITableView 标题视图中,我的应用程序会被拒绝吗,但不确定 Apple 文档(请参阅下面的摘录)来自哪里(如果您知道的话)这是 请告诉我。
如果出现以下情况,Apple 将拒绝您的申请: iAd 位于表格单元格内。网络广告 需要处于静态 页面上的位置,而不是任何位置 一种滚动视图(这包括 表视图)。 这是因为 iAd 按展示次数和点击次数付费, 所以在表格视图单元格中有一个 iAd 会导致它在任何时候重新加载 它滚动关闭并再次出现在屏幕上, 这可能是很多次。这会 看起来像“点击欺诈”或类似的 行为。 Apple 不会允许 这个。
谢谢
I'm going to put iAd on UITableView in my app, but I'm not sure whether it is a good practice or not. I've read this post Will my app get rejected if I place an iAd in a UITableView header view but not sure where the is that Apple documentation (please see this extract below) coming from if you know where it is please let me know.
Apple will reject your application if
an iAd is within a table cell. iAds
are required to be in a static
position on the page, and not in any
kind of scroll view (this includes
table views). This is because iAds
pay by impression as well as by click,
so having an iAd in a table view cell
will cause it to be reloaded whenever
it scrolls off and on screen again,
which could be many times. This would
seem like "click-fraud" or similar
behaviour. Apple will not allow
this.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想链接的帖子是正确的。实现 iAds 的简单方法是进入 UIViewController - 这意味着您可以考虑将 UITableView 移动到视图控制器中来完成此操作;如果您不确定,下面的链接描述了此过程。
我还想向您提供一些 iAd PDF 的链接,但由于我不是我的开发者帐户的团队负责人,而且我们尚未同意使用 iAd...我不能这样做。但如果您确实有访问权限,那么您应该可以轻松找到与广告相关的确切 TOS。
http://www.raywenderlich.com/1371 /如何将 iad 集成到您的 iPhone 应用程序
I would imagine the linked post is going to be correct. The simple way to implement iAds is into a UIViewController - this means that you may consider moving your UITableView into a view controller to accomplish this; the link below describes this process if you are unsure.
I would also like to link you to some of the iAd PDFs but as I am not the team leader of my developer account, and we've not agreed to use iAds yet... I can't do it. But if you do have access then you should have no trouble in finding the exact TOS relating to the ads.
http://www.raywenderlich.com/1371/how-to-integrate-iad-into-your-iphone-app