xcode ios sdk 中的付款选项,无需应用内购买和 PayPal

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10276235/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 00:03:17  来源:igfitidea点击:

Payment options in ios sdk without in app purchase and PayPal

iphoneobjective-ciosxcode

提问by Mangesh

I have a requirement in my new iPhone application, where I have to made payment like paisapay (Ebay) does. can I open a web page where user can fill information related to payment and server will handle payment? This Transaction will be in secure manner (In standard way). is it possible? Apple will approve app?

我在我的新 iPhone 应用程序中有一个要求,我必须像 paisapay (Ebay) 那样付款。我可以打开一个网页,用户可以在其中填写与付款相关的信息,服务器将处理付款吗?此交易将以安全方式(以标准方式)。是否可以?苹果会批准应用程序吗?

回答by Shaheen M Basheer

If you are using this means to unlock functionality in the app after payment, it will be rejected else it's okay.

如果您在付款后使用这种方式解锁应用程序中的功能,它将被拒绝,否则没关系。

As per app review guidelines

根据应用指南

11.1 Apps that unlock or enable additional features or functionality with mechanisms other than the App Store will be rejected

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.13 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

11.1 使用 App Store 以外的机制解锁或启用附加特性或功能的应用程序将被拒绝

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

11.13 链接到外部购买或订阅机制的应用程序,例如进入网站购买电子书的“购买”按钮,将被拒绝

For more reference please read the latest App store review guidelines at https://developer.apple.com/app-store/review/guidelines/

如需更多参考,请在https://developer.apple.com/app-store/review/guidelines/阅读最新的 App Store 指南

回答by Azeem Shaikh

maybe this might help you

也许这可能对你有帮助

http://www.zooz.com/

http://www.zooz.com/

FYI: In accordance with Apple's App Store Guidelines, ZooZ can be used without limitation for purchasing physical goods or goods and services used outside of the application.

仅供参考:根据 Apple 的 App Store 指南,ZooZ 可以无限制地用于购买实体商品或在应用程序之外使用的商品和服务。