购买游乐设施无需应用内购买的积分购买

Points buying without in-app purchase for purchasing rides

我目前正在开发一款提供乘车服务的应用程序,用户可以在其中预订预定的乘车服务。该应用程序将使用一个概念,即乘车将以某些积分系统显示乘车成本,而不是以货币形式显示各国的统一性。因此,用户支付各自国家的积分和他们所属的货币。 1 积分在不同国家可能有不同的价值。用户可以提前购买积分,以后可以用来买车。

以下是 Apple 应用内购买指南

Guideline 3.1.1 - In-App Purchase

App contains a payment mechanism other than in-app purchase for digital content or to unlock features or functionality within your app, which is not appropriate for the App Store. In-app purchase is the only valid in-app payment mechanism for digital content.

Note: Continuing to hide functionality within your app or other dishonest acts may result in the removal of your apps from the App Store and termination of your Apple Developer Program membership and all associated memberships.

我的问题是,如果我使用应用内购买以外的任何支付方式(credit/debit 卡、支付宝、PayTM)购买积分,Apple 会在审查中允许吗?

如果有人遇到过这种情况,请分享经验。谢谢!

由于乘车不是数字内容,并且您在应用程序之外提供服务,我相信您实际上不能使用应用程序内购买 - 对您来说可能是件好事 :)

3.1.5 (a) Goods and Services Outside of the App: If your app enables people to purchase goods or services that will be consumed outside of the app, you must use purchase methods other than in-app purchase to collect those payments, such as Apple Pay or traditional credit card entry.

只要您的 "coins" 只能用于乘车,不能解锁应用内的其他功能,您就没有违反任何准则。

可能有一些 legal/liability 原因导致 Apple 不想处理应用程序外的服务付款,以及处理退款的客户体验不佳等。