最新AppStore审核被拒常见条例,及解决方案(内购、切支付篇)

最新推荐文章于 2024-09-08 16:19:29 发布

it老欧 于 2020-07-01 21:14:17 发布

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

概要

内购商品类型分四种:消耗型非消耗型自动续期订阅型非续期订阅型课程类商品(如果教程视频、电子书等),不可使用非消耗型,可直接做一个金币商品,通过购买自定义虚拟币,然后用虚拟币购买app的课程等商品。游客模式,AppStore审核要求,如果非登录状态下能看到内购付费入口,则不能再要求登录,需要设置游客也可直接内购商品;如果不想做游客模式,建议app启动时就要求登录才能访问。非消耗型自动续期订阅型需要有恢复购买入口!消耗型非续期订阅型不需要做恢复购买入口。Apple官方文档:https://developer.apple.com/documentation/storekit/in-app_purchase

常见被拒条款及解决方案

Guideline 3.1.1 - Business - Payments - In-App Purchase

We found that your app offers in-app purchases that can be restored but does not include a “Restore Purchases” feature to allow users to restore the previously purchased in-app purchases, as specified in the “Restoring Purchase Products” section of the In-App Purchase Programming Guide:

“Users restore transactions to maintain access to content they’ve already purchased. For example, when they upgrade to a new phone, they don’t lose all of the items they purchased on the old phone. Include some mechanism in your app to let the user restore their purchases, such as a Restore Purchases button.”

分析:

非消耗品型商品,需要恢复购买功能

解决方案:

添加恢复购买按钮,实现恢复购买功能

Guideline 3.1.1 - Payments - Payments - In-App Purchase

We noticed that your in-app purchase product is set to an incorrect product type.

分析:

内购商品类型错误。课程类商品不能设定为非消耗品,标题包含时间(如7天、30天等)的商品会被苹果认定为自动续期订阅型或者非续期订阅型

解决方案:

如果确定不是要做自动续期订阅型或者非续期订阅型,就添加金币商城,设置消耗型的金币内购商品,买金币,然后用金币购买app自营商品。

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage

We noticed that your app requires users to register with personal information to purchase non account-based in-app purchase products, which does not comply with the App Store Review Guidelines.

Apps cannot require user registration prior to allowing access to app content and features that are not associated specifically to the user.

分析:

如果app允许不登录便可以访问部分内容,那么内购就不应该要求用户登录。

解决方案:

做个游客模块可购买

Guideline 3.1.1 - Business - Payments - In-App Purchase

We found that your app includes a feature to restore previously purchased in-app purchase products by entering the user’s Apple ID and password. However, Non-Renewing Subscription in-app purchases cannot be restored in this manner.

分析:

非续期订阅型不需要恢复购买功能。

解决方案:

去掉恢复购买按钮即可

Guideline 2.3.1 - Performance

We discovered that your app contains hidden features. Attempting to hide features, functionality or content in your app is considered egregious behavior and can lead to removal from the Apple Developer Program.

分析:

第三方支付或者其它开关被检查到了

解决方案:

既然被检测到了一次,为了保稳,去掉包含第三方支付的sdk,删除支付的相关代码。过审核后,再以修复bug为由,把混淆过的第三方支付及相关开关补上,一般下午提交,晚上就能通过审核。

相关知识

App Store提审攻略:“内购信息”及“定价”篇
内购破解直接支付成功游戏:游戏内购破解技巧分享
大量iOS游戏进行“切支付” 以躲避苹果30%抽成
微信小程序破解内购
App Store审核指南现已更新!新增/改动App内购、云游戏等多项条款
通知!App Store审核指南现已更新!新增/改动App内购、云游戏等多项条款
手机游戏内购如何做?取之有道最重要!
重磅!苹果放宽应用内购限制,流媒体游戏规定喜忧参半
海外游戏如何内购
游戏充值破解软件,游戏内购黑科技绕开支付的必经之路

网址: 最新AppStore审核被拒常见条例,及解决方案(内购、切支付篇) http://www.hyxgl.com.xishuta.cn/newsview395193.html

推荐资讯