使用 Paypal 和应用内购买有什么区别?
使用Paypal付款和使用应用内购买付款有什么区别?
我想通过 iPhone 预订任何活动门票并付款。使用 Paypal 或应用内购买。
What is the difference between using Paypal to pay the money and using In-App Purchase for payment?
I want to do booking of any event tickets and payment of that from iPhone. Either using Paypal or In-App Purchase.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如上面的评论中提到的: https://developer.apple.com/appstore/resources/approval/guidelines.html#purchasing-currencies
Apple 购买指南是您了解 IAP 可以/不可以用于什么用途的最佳选择。一般来说,IAP 旨在购买在购买设备上使用的数字商品。如果您希望出售服务/商品,则明确禁止使用 IAP 来实现此目的,并且您必须超出 IAP 的范围。 Paypal 是一个很好的资源,因为它是一种非常常用的支付机制,而且他们有适用于 iOS 的 SDK,非常容易实现。
我建议阅读@Luke 发布的上述链接以及 paypal MPL sdk 文档。但是,如果您还打算建立一个网站,并在其中构建贝宝购物车,那么贝宝还有其他您可能会发现有用的库。 (不要被选项数量淹没 https://www.x .com/developers/paypal)
As was mentioned in a comment above : https://developer.apple.com/appstore/resources/approval/guidelines.html#purchasing-currencies
The apple purchasing guidelines are your best bet for understanding what IAP can/cannot be used for. In general IAP is designed for purchasing digital goods for use on the purchasing device. If you wish to sell services/goods IAP is expressly forbidden for this purpose and you MUST go outside the bounds of IAP. Paypal is a great resource for this because it's a very commonly used payment mechanism and they have SDK's for iOS that are fairly easy to implement.
I would suggest reading the above link that @Luke posted as well as the paypal MPL sdk documentation. However if you are also going to have a website where you have a paypal cart built as well paypal has other libraries that you may find useful. (don't get overwhelmed by the # of options https://www.x.com/developers/paypal)