ios - 如何在 iOS 应用程序中使用 MasterCard/Visa 支付系统而不是 AppStore 支付系统进行 IAP(应用内购买)?

标签 ios in-app-purchase payment subscription mastercard

我在 Appstore 中有一个免费的应用程序,并提供不同的模块,每年订阅的人都可以访问这些模块!

我的问题

是否可以使用我自己的支付系统,例如“航空公司应用程序”,即:美国航空、瑞安航空等......?这些应用程序有 MasterCard/Visa 系统!

最佳答案

您应该考虑熟悉 App Store Review Guidelines

特别是第 11 节,概述了 iOS 世界中的购买和货币。通常,您不能将用户信用卡用于可在您的应用程序中使用的任何数字产品。这就是为什么 Kindle 只允许您将图书添加到愿望 list 中。

Airbnb 和 Uber 等应用程序提供实体服务,允许他们使用用户卡。

用苹果的话来说

11.2 Apps utilizing a system other than the In-App Purchase API (IAP) to purchase content, functionality, or services in an App will be rejected

如果您认为自己可以聪明地引导用户从您的应用程序到您的网站进行付款,请再考虑一下

11.3 Apps that link to external mechanisms for purchases or subscriptions to be used in the App, such as a "buy" button that goes to a web site to purchase a digital book, will be rejected

关于ios - 如何在 iOS 应用程序中使用 MasterCard/Visa 支付系统而不是 AppStore 支付系统进行 IAP(应用内购买)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30423017/

相关文章:

ios - 我可以嵌入导航 Controller View 以占用自定义 UIViewController 的部分屏幕吗?

iphone - 应用程序于11.13被拒绝(新用户注册不合适)

java - 如何将高级变量从托管的 BuyNow Button 传递到 Paypal PDT 和 IPN

swift - Braintree支付集成: Using Client AuthorizationTokenization Keys

payment - Sylius V0.17 如何添加付款方式

ios - 从 UITableView 部分打开 Safari

ios - 无法获取 Parse.com PFUser 数据?

ios - 如何使用对象映射器 Swift 映射字典数组

android - Flutter plugin : InAppPurchasePlugin. java使用未经检查或不安全的操作

iphone - 允许用户从免费版本中购买付费应用程序版本?