简体   繁体   English

iOS企业应用商店,包括接受信用卡付款的方式

[英]iOS enterprise app store, include a way to accept credit card payments

在为iOS企业应用商店开发应用时,您可以包括接受信用卡付款的方法吗?

You can use any technologies that that you would use in a regular app. 您可以使用常规应用程序中使用的任何技术。 PayPal, Square Pay, etc. PayPal,Square Pay等

Depending on what users are purchasing*, you should be just fine accepting payments in your app. 根据用户购买的商品*,您应该可以接受应用中的付款。 Instead of trying to incorporate some type of payment library into the app I would recommend using a payment API that offloads the work. 我建议不要使用可减轻工作负担的付款API,而不是尝试将某些类型的付款库合并到应用程序中。 Take a look at http://stripe.com/ for an example of an excellent payment system designed for ease of integration. 请查看http://stripe.com/ ,以了解一个易于集成的出色支付系统示例。 Their API reference even mentions integration with iPhone apps. 他们的API参考甚至提到了与iPhone应用程序的集成。

*If you are trying to sell features or services of the app itself you will almost definitely be running afoul of Apple's guidelines, but based on the fact that you said "products" I am assuming this is not the case. *如果您试图销售应用程序本身的功能或服务,则几乎肯定会违反Apple的准则,但是基于您所说的“产品”这一事实,我认为情况并非如此。 In fact, while you must use the in-app purchase system for "content, functionality, or services in an app" you are specifically forbidden from using it for "physical goods or goods and services used outside of the application" (item 11.3 of Apple's App Store Review Guidelines). 实际上,尽管您必须将应用程序内购买系统用于“应用程序中的内容,功能或服务”,但特别禁止将其用于“应用程序外使用的实物商品或商品和服务”(项目11.3苹果的App Store审查指南)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM