문제

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.

도움이 되었습니까?

해결책

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 recently released a PhoneGap plugin for Android, which is actively supported by PayPal.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top