无法在 iOS 应用中使用 Stripe?

Can't use Stripe in iOS Apps?

所以我经历了在我的应用程序中实现 Stripe 支付系统的麻烦,并在几天前提交了该应用程序以供审核。我的应用程序被拒绝了,Apple 通知我您必须 对任何支付系统使用应用程序内购买 API。这似乎不对 - 为什么 Stripe 在这种情况下甚至有一个 iOS SDK?

您可以在 iOS 应用程序中使用 Stripe。 当客户可以购买非数字产品时,Apple 会接受它。例如印在马克杯、电脑等上的 Instagram 图片。

但是,如果您使用 Stripe 进行订阅(例如对 revue 的“黄金访问”)或购买游戏积分,Apple 将拒绝该应用并强制您使用应用内购买。

看这里:

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://support.stripe.com/questions/apple-and-stripe-tos-and-fees 希望对你有帮助