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

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

问题描述

我在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


如果
iAd在表格单元格内,Apple将拒绝您的应用程序。 iAds
需要在页面上的静态
位置,而不是在任何
种滚动视图(这包括
表视图)。 这是因为iAds通过展示和点击支付
,所以
在表格视图单元格
中有一个iAd将导致每当
滚动时重新加载关闭并再次在屏幕上,
这可能是很多次。这将
看起来像点击欺诈或类似的
行为

我强调了文本的重要部分。

I have emphasised the important part of the text.


  • iAds 按展示次数付费

  • 滚动显示时,表格单元格被卸载/重新加载

  • 重新载入会产生新的请求。

  • 新请求会产生新的展示(如果成功)。

  • 新的展示会产生收入。

  • 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.

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

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


不允许的人工增强
包括但不限于(a)
鼓励用户点击
横幅提供现金,奖品或
换取
服务(统称为
Inducements),或(b)申请
设计鼓励或是
合理地可能导致
意外或非预期的用户点击
(未预期的
点击)。

我强调了在这种情况下适用的条款(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.

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

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