iOS - 本机应用程序中基于 SOAP 的支付 API 的使用

发布于 2024-12-28 05:40:42 字数 293 浏览 0 评论 0原文

我们向我们公开了一个基于 SOAP 的第三方支付处理 API。

我们希望使用本机 iPhone 应用程序中公开的 API 来处理购买。

因此,我们将有一个视图(UIView),我们可以在其中收集信用卡号、CVV 和卡到期信息,并将其传递给 API 来处理付款。

我们不想使用应用内购买。

我们知道,通过在嵌入式 Web 视图 (Safari) 中运行它也可以实现同样的效果。

根据“苹果规则”,这是否允许?

善意的建议

We have a third party SOAP based Payment processing API exposed for us.

We want to use the exposed APIs in our Native iPhone APP to process a purchase.

So we will be having a view(UIView) where we collect Credit card number, CVV and card expiry information and pass it to the APIs to process the payment.

We don't want to use in-app purchases.

We are aware that the same can be achieved by running it in embedded web view (Safari).

Is this allowed in according to the "APPLE RULES" ?

Kindly Advice

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

他夏了夏天 2025-01-04 05:40:42

由于应用商店审核指南,您的应用可能会被拒绝:

使用应用内购买 API (IAP) 以外的系统来购买应用中的内容、功能或服务的应用将被拒绝。

然而,在销售实物商品或服务时,可以使用/需要使用另一种支付技术,如 IAP:

使用 IAP 购买实体商品或在应用程序之外使用的商品和服务的应用程序将被拒绝

Your app will probably be rejected due to the App Store Review Guidelines:

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

However using another payment technology as IAP can be used/is required when selling physical goods or services:

Apps using IAP to purchase physical goods or goods and services used outside of the App will be rejected

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文