Apple评论:播放内容的评论指南第11.14节

时间:2012-11-20 15:12:08

标签: ios app-store appstore-approval

我开发了一个包含医疗文件的应用程序。这个应用程序将通过应用程序商店免费分发。

每个人都不能使用该应用,但只能由医生使用。出于这个原因,我在应用程序的主屏幕中放置了一个表单,要求输入密码。此密码将通过电子邮件免费分发给所有医生,以及Apple Store的链接,要求他们下载该应用程序。

我已提交应用以供审核,但因此原因遭拒绝:
“我们发现您的应用程序使用App Store以外的其他机制不恰当地解锁或启用其他功能,这不符合App Store审核指南。 具体来说,我们发现您的应用需要一个代码才能工作 修改或删除此功能会更合适。“

在向审核小组发送一些消息后,他们已确认该应用符合审核指南第11.14节

"11.14 Apps can read or play approved content (specifically magazines, newspapers, books, audio, music, and video) that is subscribed to or purchased outside of the App, as long as there is no button or external link in the App to purchase the approved content. Apple will not receive any portion of the revenues for approved content that is subscribed to or purchased outside of the App"

但不是第11.1节

"11.1 Apps that unlock or enable additional features or functionality with mechanisms other than the App Store will be rejected"

所以,我的问题是:如何让用户在不使用密码或代码的情况下阅读或播放保留内容?请注意,内容是免费的,不需要在应用程序外购买。

1 个答案:

答案 0 :(得分:0)

我找到的唯一解决方案是使用标准登录密码验证系统更改密码验证系统,该系统检查远程服务器上的输入。

相关问题