iphone - 由于应用内购买而被应用商店拒绝

标签 iphone ios app-store in-app-purchase

我最近上传了一个因内购而被Apple拒绝的应用,该应用在应用内购买之前有一个登录页面,这是不允许的。

现在我想从应用程序中删除应用内购买,所有代码都被注释掉了,但是如何在iTunes Connect中取消激活应用内购买。

我知道在 iTunes connect 的“管理应用内购买”部分有一个名为“Cleared for Sale”的开关,但我的问题是是否足以将开关设置为“否”。

这是否会停用该应用程序的任何应用内购买引用,是否会在没有应用内购买的情况下审查该应用?

或者在没有应用内购买的情况下,我是否必须考虑任何其他事项才能通过审核。

这是来自 Apple 的消息,触发了拒绝:

17.2 We found that your app requires customers to register with personal information to access non-account-based features, which is not in compliance with the App Store Review Guidelines. Specifically, users must register to purchase additional content. Apps cannot require user registration prior to allowing access to app features and content that are not associated specifically to the user. User registration that requires the sharing of personal information must be optional or tied to account-specific functionality. Additionally, the requested information must be relevant to the features.

最佳答案

Now I want to delete the in-app purchase from the application, all the code has been commented out

从应用程序代码中删除应用内购买访问点(按钮操作等)就足够了听起来你已经涵盖了。

how do I de-activate the in-app purchase in iTunes Connect.

删除代码后就没有必要了。但是,要删除应用内购买,请执行以下操作。

  1. 登录 iTunes Connect
  2. 转到您应用的“管理应用内购买”
  3. 选择应用内购买行
  4. 选择应用程序购买屏幕左上角的“删除”按钮
  5. 确认并重复您要删除的其他人

重新提交,祝你好运!

关于iphone - 由于应用内购买而被应用商店拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13306147/

相关文章:

iphone - 有没有一个工具可以自动将简单的 .xib 转换为 Objective-C 代码?

iphone - 如何让水平菜单上升,它现在与标题图像重叠

iphone - UIImagePickerController 将 View 向上推 20px

iphone - 删除核心数据中的多个对象

iOS 应用元数据被拒绝?有什么要检查 ViewDidLoad 的吗?

ios - 注销 iTunes 后是否应存在应用内购买?

objective-c - UIButton 立即购买效果

Iphone SDK Utility 应用模板泄露

ios - 通过 GitHub 或其他一般 : How to remove the sign-on info from settings or general in Xcode iOS app - 共享源代码

ios - 建议在何处存储 iOS 应用程序的数据