是否有一个选项可以在 PayPal 的 iPhone 框架中启用定期付款?
我正在创建一个 iPhone 应用程序,我需要使用 PayPal 框架向用户收取购买某种服务的费用。但我需要按月向用户开具账单。框架中是否有启用定期付款选项的选项?
I am creating an iPhone app, Where I need to use PayPal framework for billing the user for purchasing some kind of service. But I need the bill the user on monthly basis. Is there any option to enable recurring payment option in the framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您需要使用 PayPal,您可能必须使用 PayPal 的 API、UIWebView 和 HTML/Javascript/等来推出自己的解决方案...
PayPal 开发者网络文档 有大量信息,包括代码示例。
您可能会在使用 Apple 自己的 StoreKit API 中获得更好的体验,其中包括对定期订阅的支持。
If you need to use PayPal, you'll likely have to roll your own solution using PayPal's APIs and a UIWebView and HTML/Javascript/etc...
The PayPal Developer Network docs has lots of information, including code examples.
You'll likely have a better time using Apple's own StoreKit API, which includes support for recurring subscriptions.
我建议使用应用内购买,因为如果您使用应用内购买以外的其他方式,您的应用将会被拒绝!
因为 The Daily Apple 不希望让用户无需使用 iTunes 即可购买额外内容(应用内购买)。
我知道这里有很多德国新闻对此有问题,因为他们只有在其网站上购买时才会提供内容。
I recommend to use In-App Purchase because your app would be rejected if you're using something other than In-App Purchases!
Since The Daily Apple doesn't want to let user buy additional content without using iTunes (In-App Purchase).
I know here are many German News having problems with this, because they are only give the content if buy them on it's website.
我发现在 iPhone 应用程序或 Android 应用程序的本机应用程序支付中,没有直接的定期支付选项。但我们有一种称为预先批准付款的付款方式,通过它我们可以实现相同的目标。
更多信息:
https://www.x.com/message/196767#196767
https://www.x.com/message/196766#196766
I found that in native in app payment from a iPhone App or Android App, there is no direct recurring payment option. But we have a method of payment called Preapproval payment by which we can achieve the same goal.
For More informatiomn:
https://www.x.com/message/196767#196767
https://www.x.com/message/196766#196766