从 iPhone 应用程序购买实体产品,无需 Apple 在应用程序内购买
iPhone 应用程序是否可以允许用户从应用程序内部购买实体产品(例如笔或鼠标),而无需在应用程序购买中使用 Apple?
苹果允许吗?
如果是的话,你知道有什么API支持这个吗?
谢谢 阿杰
Can an iPhone app allow a user to purchase a physical product (say a pen or a mouse) from inside an app, without using Apple in app purchase?
Is it allowed by Apple?
If yes, do you know any API that supports this?
Thanks
AJ
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
是的,
在 iOS 和 Android 上,允许在应用内销售与该应用相关的实物商品。这是一家处理物流的有趣初创公司 - http://www.sellinapp.com(针对实物商品)。他们使用 http://www.ZooZ.com 作为支付网关。
希望这有帮助。
Yes,
It is allowed to sell physical goods related to the app in-app on iOS and Android. Here is one interesting startup that handle logistics - http://www.sellinapp.com (for physical items). They use http://www.ZooZ.com as a payment gateway.
Hope this helps.
通过 Apple 应用内购买,我们无法购买实体商品或服务,仅允许购买数字商品和服务。
参考:
https://developer.apple.com/in-应用程序购买/应用内购买指南.pdf
参见第 5 页。
除了Apple之外,还有很多第三方网关可以做。
https://www.paypal.com/
http://www.sellinapp.com
http://www.zooz.com/
https://stripe.com/
http://www.ccavenue.com/
对于 PayPal SDK:https://github.com/paypal/PayPal-iOS- SDK/
From Apple In App Purchase we can't able to purchase physical items or services, allowed only Digital Goods and services.
Ref:
https://developer.apple.com/in-app-purchase/In-App-Purchase-Guidelines.pdf
See 5th page.
Other than Apple , many third party gateway are there to do.
https://www.paypal.com/
http://www.sellinapp.com
http://www.zooz.com/
https://stripe.com/
http://www.ccavenue.com/
For PayPal SDK: https://github.com/paypal/PayPal-iOS-SDK/
您不得使用“应用内购买”销售实体商品或服务,因为通过此方法购买的商品必须与使用它们的应用直接相关。
不过,您可以自由实施自己的支付处理系统来销售实物商品 - 例如 PayPal API
如果您已经有您甚至可以将其转发到用于此目的的网站以进行付款 - 尽管这可能会大大降低用户体验的质量。
You are not permitted to sell physical goods or services using 'In-App Purchasing' since the goods purchased via this method must relate directly to the app using them.
You are free to implement your own payment handling system for selling physical goods though - for instace the PayPal API
If you already have a website for this purpose you could even forward them to that to take the payment - though this may reduce the quality of the user experience greatly.
是的,但您不能使用 Apple 支付来做到这一点。所有应用程序都使用自己的支付处理器来完成此操作(Paypal、Google Checkout、Amazon Payments 等)。
他们每个人都有API——这个问题中有一些PayPal的代码
有人通过原生 iPhone 应用程序实现了 PayPal API 吗?
您不能使用这些机制向应用程序交付数字商品(功能或内容),但您可以将其用于实物商品(如你想要)。
Yes, but you can't use Apple payments to do it. All of the apps use their own payment processor to do it (Paypal, Google Checkout, Amazon Payments, etc).
They each have API's -- there is some code for PayPal in this question
Has anyone implemented the PayPal API through a native iPhone app?
You cannot use these mechanisms to deliver a digital good to the app (features or content), but you can use it for physical goods (as you wanted to).