我在数字票务市场使用什么支付网关 should/must?
What payment gateway should/must I use for a digital ticketing marketplace?
我正在开发一个应用程序,人们可以 post 活动并使用数字票务功能,以便用户可以购买活动门票。
我可以使用 Braintree 或 Stripe 等市场,还是必须使用 Apple 的 IAP?
我已经阅读了 IAP 指南,但仍然有点不确定,我更倾向于不需要使用 IAP(反正太贵了)。
在这种情况下,您不能使用 Apple 的 IAP,因为该产品是在应用程序外部交付的事件。如果他们购买他们在应用程序中查看的流活动的访问权限,您将需要使用 IAP。
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.
您可以选择您喜欢的任何其他支付网关,例如您提到的支付网关。
请注意,Apple Pay 不同于 In-App 购买。 Apple Pay 要求您直接与支持 Apple Pay 的支付处理商签订合同,例如 Stripe 或 Braintree。 Apple Pay 只是让用户可以更轻松地使用 on-device Apple 钱包中的信用卡。通过 IAP,Apple 使用来自 App Store 帐户的付款方式处理付款。
我正在开发一个应用程序,人们可以 post 活动并使用数字票务功能,以便用户可以购买活动门票。
我可以使用 Braintree 或 Stripe 等市场,还是必须使用 Apple 的 IAP?
我已经阅读了 IAP 指南,但仍然有点不确定,我更倾向于不需要使用 IAP(反正太贵了)。
在这种情况下,您不能使用 Apple 的 IAP,因为该产品是在应用程序外部交付的事件。如果他们购买他们在应用程序中查看的流活动的访问权限,您将需要使用 IAP。
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.
您可以选择您喜欢的任何其他支付网关,例如您提到的支付网关。
请注意,Apple Pay 不同于 In-App 购买。 Apple Pay 要求您直接与支持 Apple Pay 的支付处理商签订合同,例如 Stripe 或 Braintree。 Apple Pay 只是让用户可以更轻松地使用 on-device Apple 钱包中的信用卡。通过 IAP,Apple 使用来自 App Store 帐户的付款方式处理付款。