iPhone 应用程序和 PayPal

标签 iphone paypal

我想在不使用 Web 界面的情况下将 PayPal 支付功能集成到我的 native iPhone 应用程序中,这样用户就不必离开当前应用程序。怎么可能?我应该使用 SOAP XML 请求/响应机制吗?我通过以下链接来 http://www.slideshare.net/paypalx/learn-how-to-use-paypal-api-to-monetize-your-mobile-app . 它包含 In application Mobile Checkout via Mobile Web 幻灯片,代表访问 PayPal 的示例 UI,但我如何实现同样的事情?使用 PayPal 交付虚拟商品/应用程序功能是否合法,或者 Apple 可以拒绝这样做?谢谢。

最佳答案

根据苹果的《App Store guidelines》文档,如果你要卖:

  1. 数字商品、升级或订阅:如果是 Apple 的应用内购买,您的唯一选择。
  2. 慈善捐赠:您必须使用 Safari 将用户重定向到网站,您不能在应用内使用 UIWebView。
  3. 实体商品:您不能使用 Apple 的应用内购买,您需要使用网站或任何其他方法,例如新的 PayPal 库。 (Apple 不会从实体商品销售中抽成 30%)
  4. 个人捐赠:(比如著名的“表达你的感激之情,请我买杯咖啡”)你又在第 (1) 项中,而不是在第 (2) 项中。

关于iPhone 应用程序和 PayPal,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2084729/

相关文章:

iPhone/iOS : Will there be called any method if a UIView is added as a subview

reactjs - React 中的客户端支付解决方案(无服务器)?

php - Paypal 真正的一键加售

ruby - 使用 Ruby 的 Net :HTTP 在 HTTP header 中保留大小写

android - Braintree Paypal.Authorize() 不起作用

iphone - 创建 plist 文件 iOS 不工作

iphone - 获取 iPhone 唯一 ID 的 API?

ios - 拒绝状态为 "Waiting For Review"的 iPhone 应用程序的二进制文件会导致什么情况?

html - 尝试删除 Chrome 中 Paypal 输入周围的边框

iphone - 如何使用 UITableView 在 iOS 中正确显示三层数据结构