第三方支付网关或应用内购买

Third party payment gateway or In App Purchase

我有一个应用程序,用户必须首先购买许可证才能创建该应用程序的其他支持用户。例如,parent 将购买 2 个许可证来创建一个孩子和他的看守帐户,以便他们可以使用具有各自凭据的应用程序。此应用程序也有 Android 版本和门户网站。所有三个平台都是同步的,即所有用户都可以登录这些平台。

之前购买许可证是通过门户网站完成的。现在我们需要让移动应用程序购买许可证并将支付网关集成到其中。

我想使用 third-party 支付网关,以便同一用户也可以访问不同平台上的服务。如果我打算集成 third-party 支付网关,Apple 是否有可能拒绝我的申请。

在这种情况下是否必须使用 in-app 购买,或者我可以使用 third-party 支付网关?

数字商品必须使用应用内购买,实体商品必须使用其他支付方式。


更多信息:

There are a couple different ways to integrate payments into your iOS app: Apple Pay and In-App Purchases. It’s important to understand when each option should be used.

You can use Apple Pay to sell physical goods such as groceries, clothing, and appliances. Also use Apple Pay for services such as club memberships, hotel reservations, and tickets for events. These transactions will be processed through Stripe and you’ll only need to pay Stripe’s processing fee. You can read more about Apple Pay here.

You are required to use Apple’s In-App Purchase API to sell virtual goods such as premium content for your app, and subscriptions for digital content. Specifically, Apple’s developer terms require that the In-App Purchase API must be used for digital “content, functionality, or services” such as premium features or credits. If you use the In-App Purchase API, the transactions will be processed by Apple, which will charge a fee of 30% of the total transaction.


文档:https://stripe.com/docs/mobile/ios#using-stripe-and-apple-pay-vs-in-app-purchases