我可以让用户在 ios 中使用信用卡或贝宝为应用程序中的功能付费吗?
Can I make the user to pay for a feature in the app using credit card or paypal in ios?
我只是想知道苹果是强制开发者让应用程序中的功能只能通过苹果购买(这将收取 30% 的收入)还是我可以让用户直接使用 paypal 或.. .?在我的应用程序中包含贝宝或信用卡的编程指南是什么(swift)?
可能不是,
Apple 制定了规范应用程序内购买的规则和指南。您所描述的在购买后提供的功能通常称为应用内购买。
基本指南如下:https://developer.apple.com/app-store/review/guidelines/2016-06-13/
已在第11点中指定:采购和货币
Apps utilizing a system other than the In-App Purchase API (IAP) to
purchase content, functionality, or services in an App will be
rejected.
Apps using IAP to purchase physical goods or goods and services used
outside of the App will be rejected
Apple对付款条件非常严格,请选择您的方式,同时外部付款会导致您的应用程序被拒绝。
希望这可以帮助您考虑并继续您的决定。
我只是想知道苹果是强制开发者让应用程序中的功能只能通过苹果购买(这将收取 30% 的收入)还是我可以让用户直接使用 paypal 或.. .?在我的应用程序中包含贝宝或信用卡的编程指南是什么(swift)?
可能不是,
Apple 制定了规范应用程序内购买的规则和指南。您所描述的在购买后提供的功能通常称为应用内购买。
基本指南如下:https://developer.apple.com/app-store/review/guidelines/2016-06-13/
已在第11点中指定:采购和货币
Apps utilizing a system other than the In-App Purchase API (IAP) to purchase content, functionality, or services in an App will be rejected.
Apps using IAP to purchase physical goods or goods and services used outside of the App will be rejected
Apple对付款条件非常严格,请选择您的方式,同时外部付款会导致您的应用程序被拒绝。 希望这可以帮助您考虑并继续您的决定。