使用 PhoneGap 在 iPhone / Android / WP7 上进行应用内购买
是否有针对基于 PhoneGap 的应用程序的跨平台应用程序购买解决方案?我见过适用于 Android/iOS 的 PayPal 插件 (https://github.com/purplecabbage/phonegap-plugins/blob/master/iPhone/PayPalPlugin/README.md)。
但这个插件是否“违反了ios和android规则”?我的意思是,使用 PayPal,我们可以跳过苹果和谷歌的 30%,对吗?这不是 iPhone 应用程序认证过程的风险吗?
谢谢!
Is there any cross-platform in app purchase solution for PhoneGap based apps? I've seen a PayPal plugin for Android/iOS (https://github.com/purplecabbage/phonegap-plugins/blob/master/iPhone/PayPalPlugin/README.md).
But does that plugin "break the ios and android rules"? I mean, with paypal we skip the 30% that goes to apple and google, is that correct? Isn't that a risk for the iphone app certification process?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能想看看这个类似的SO问题。我想说答案是是,有解决方案。
You might want to have a look at this similar SO question. And I'd say the answer is yes, there are solutions.
苹果会拒绝这一点,你只能在iOS应用程序中使用苹果的IAP系统。
对于 Android 来说,没有这样的规则,所以你会没事的。
Apple will reject this, you can only use Apple's IAP system in iOS apps.
For android there aren't rules like these so you will be fine.