简体   繁体   English

Xcode iPhone开发-电子商务应用

[英]Xcode iPhone Development - ecommerce app

I've read Apple don't allow you to create your own e-commerce iPhone app and integrate into Paypal, some payment gateway and you should only use/ go through the app store using the storekit. 我读过Apple不允许您创建自己的电子商务iPhone应用程序并将其集成到Paypal,某些支付网关中,并且您只能使用Storekit使用/浏览应用程序商店。 How do other companies such as Amazon do it? 亚马逊等其他公司如何做到这一点?

Any links to any extra reading would be great, 任何额外阅读的链接都很棒,

Thanks in advance. 提前致谢。

You must use storekit if your products are all virtual. 如果您的产品都是虚拟的,则必须使用storekit。 But if the products are physical (the case with Amazon) then you must not use in app purchase (storekit) and must process payment on your own. 但是,如果产品是实体产品(例如Amazon),则您不得在应用程序购买(商店套件)中使用,并且必须自行处理付款。 Check In App Purchase Programming Guide for the details. 有关详细信息,请参阅《 In App Purchase编程指南 》。

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

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