将我的应用程序被拒绝,如果我放置在iAd的一个UITableView headerView? [英] Will my app get rejected if I place an iAd in a UITableView headerView?

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

问题描述

我的iAd显示在一个UITableView的headerView。当用户滚动iAd的消失是由于headerView不再可见。我不知道这是否会prevent被接受了我的应用程序。

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.

推荐答案

正如我在回答你的previous问题(这被关闭为重复的另一个问题)解释说:<一href=\"http://stackoverflow.com/questions/3711637/iad-appears-in-simulator-but-not-on-device\">http://stackoverflow.com/questions/3711637/iad-appears-in-simulator-but-not-on-device

As I explained in an answer to your previous question (and another question that was closed as a duplicate): http://stackoverflow.com/questions/3711637/iad-appears-in-simulator-but-not-on-device

苹果将拒绝你的申请,如果
  iAd的一个是表格单元格中。网络成瘾者
  都必须在一个静态
  在页面上,而不是在任何位置
  一种滚动视图(这包括
  表视图)。 这是因为网络成瘾者支付
  通过IM pression以及由点击,所以
  在表视图细胞具有的iAd
  将导致它被重新加载时
  并在屏幕上滚动再次关闭,
  这可能是许多倍。这个会
  看起来像点击欺诈或类似的
  行为
即可。苹果将​​不允许这样做。

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.


  • 网络成瘾者的通过IM pression 除了工资点击。

  • 表细胞卸载/滚动时关闭/重新加载屏幕。

  • 登陆舰将导致新的要求。

  • 一个新的请求将产生一个新的IM pression(如果成功的话)。

  • 新的IM pression会产生收入。

  • iAds pay by impression in addition to click.
  • Table cells are unloaded/reloaded when scrolled off/on screen.
  • Reloading will cause a new request.
  • A new request will generate a new impression (if successful).
  • A new impression will generate revenue.

在除了这一点,在表格单元的iAds更可能是无意中点击,因为它们可以与表移动 - 它们的位置是不固定的

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.

苹果iAd网络合同本节描述的欺诈行为:

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

不允许使用人工增强
  包括,但不限于:(a)
  鼓励用户点击率上
  用现金,奖品优惠或横幅
  任何有价,以换取
  服务(以下统称,
  诱因),或(二)申请
  设计,鼓励或
  合理可能导致
  意外或无意的点击率
  由用户(意外
  点击率)。

我已经强调,将适用于这种情况条款(b)中。

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

我99.999%肯定苹果将拒绝iAds的放置在表视图细胞的应用程序。

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

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

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