如果我将 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如我在回答您上一个问题(以及作为重复项关闭的另一个问题)时所解释的那样: iAd 出现在模拟器中,但不在设备上
我已经强调了文本的重要部分。
除此之外,表格单元格中的 iAd 更有可能被意外点击,因为它们可以随表格移动 - 它们的位置不固定。
Apple iAd Network 合同的这一部分描述了欺诈行为:
我已经强调了适用于这种情况的 (b) 条。
我 99.999% 确信 Apple 会拒绝将 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
I have emphasised the important part of the text.
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.
This section of the Apple iAd Network Contract describes fraudulent behaviour:
I have emphasised clause (b) that would apply in this situation.
I am 99.999% certain Apple will reject an application that places iAds in table view cells.
只要它在 self.tableView.tableHeaderView 中而不是在节标题中就可以了。我有一个接受的应用程序可以做到这一点: http:// itunes.apple.com/us/app/core-location-info/id383670716?mt=8
As long as its in the self.tableView.tableHeaderView and not in a section header it will be fine. I have an accepted app that does it: http://itunes.apple.com/us/app/core-location-info/id383670716?mt=8