Android 使用 Phonegap 进行应用内购买
有没有办法用Phonegap实现Android应用内购买?我找不到有关此问题的任何信息。例如,我可以使用 InAppPurchaseManager Phonegap 插件在 iOS 上进行 IAP。但是Android没有相关的插件。
如果由于某种原因不可能,您可以建议任何其他方式来为 Phonegap Android 应用程序实现即时(或可更新)支付。我知道有一个适用于 Android 的 PayPal API,但由于 Phonegap,我无法使用它...
我能看到的唯一方法是对网站使用 PayPal API(我有可以实现它的网站),但我相信这是一个糟糕的用户体验。
请帮忙!有什么建议吗!? 谢谢。
Is there any way to implement Android In-app purchases with Phonegap? I can't find any information abt this issue. For example I can do IAP on iOS using InAppPurchaseManager Phonegap plugin. But there are no relevant plugins for Android.
And if it's impossible for some reason can you suggest any other way to implement instant(or renewable) payments for Phonegap Android app. I know there is a PayPal API for Android but I can't use it because of Phonegap...
The only way I can see is to use PayPal API for web-sites (and I have website where I can implement it) but I believe it's a bad user experience.
Please Help! Any suggestions!?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我和一个合作伙伴刚刚开源了 Android PayPal PhoneGap 插件,并提出了一个拉取请求,将其合并到 PhoneGap 插件存储库。
该插件和说明现在可以在这个 fork。
如果您有任何反馈,请告诉我们。
A partner and I just open sourced Android PayPal PhoneGap plugin and did a pull request to incorporate it into the PhoneGap plugin repository.
The plugin and instructions are now available on a branch here in this fork.
Let us know if you have any feedback.
PayPal 最近发布了 适用于 Android 的 PhoneGap 插件,该插件受到 PayPal 的积极支持。
PayPal recently released a PhoneGap plugin for Android, which is actively supported by PayPal.