如果我将 iAd 放在 UITableView headerView 中,我的应用会被拒绝吗? [英] Will my app get rejected if I place an iAd in a UITableView headerView?

查看:20
本文介绍了如果我将 iAd 放在 UITableView headerView 中,我的应用会被拒绝吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 UITableView 的 headerView 中显示 iAd.当用户滚动时 iAd 消失,因为 headerView 不再可见.我不确定这是否会阻止我的应用被接受.

I am displaying iAd's in the headerView of a UITableView. When the user scrolls the iAd disappears because the headerView is no longer visible. I am not sure if this will prevent my app from being accepted.

推荐答案

正如我在对您上一个问题(以及另一个被关闭的重复问题)的回答中所解释的:iAd 出现在模拟器中但不在设备上

As I explained in an answer to your previous question (and another question that was closed as a duplicate): iAd appears in simulator but not on device

如果出现以下情况,Apple 将拒绝您的申请iAd 位于表格单元格内.广告必须处于静态页面上的位置,而不是任何位置一种滚动视图(这包括表视图).这是因为 iAds 付费通过印象和点击,所以在表格视图单元格中有一个 iAd将导致它在任何时候重新加载它再次滚动屏幕,这可能是很多次.这个会看起来像点击欺诈"或类似的行为.Apple 不会允许这样做.

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.

我已经强调了文本的重要部分.

I have emphasised the important part of the text.

  • iAds 按展示次数和点击付费.
  • 在屏幕上滚动关闭/滚动时,表格单元格会卸载/重新加载.
  • 重新加载会产生新的请求.
  • 新请求将产生新的展示(如果成功).
  • 新的展示会产生收入.

除此之外,表格单元格中的 iAd 更容易被意外点击,因为它们可以随表格移动 - 它们的位置不固定.

In addition to this, iAds in table cells are more likely to be accidentally clicked, because they can move with the table - their position is not fixed.

Apple iAd 网络合同的这一部分描述了欺诈行为:

This section of the Apple iAd Network Contract describes fraudulent behaviour:

不允许的人工增强包括但不限于 (a)鼓励用户点击提供现金、奖品或的横幅任何其他有价值的东西来换取服务(统称,诱导")或(b) 应用鼓励或正在的设计很可能导致意外或意外点击由用户(意外点击次数").

Disallowed artificial enhancements include, but are not limited to, (a) encouraging user Clickthroughs on banners with offers of cash, prizes or anything else of value in exchange for services (collectively, "Inducements"), or (b) application design that encourages or is reasonably likely to lead to accidental or unintended Clickthroughs by the user ("Unintended Clickthroughs").

我已经强调了适用于这种情况的条款 (b).

I have emphasised clause (b) that would apply in this situation.

我 99.999% 肯定 Apple 会拒绝在表格视图单元格中放置 iAd 的应用程序.

I am 99.999% certain Apple will reject an application that places iAds in table view cells.

这篇关于如果我将 iAd 放在 UITableView headerView 中,我的应用会被拒绝吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆