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.

link|improve this question

62% accept rate
feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
Thanks! I will watch for this plugin updates. – SergeyT Jun 20 '11 at 5:10
It's now in the main PhoneGap Plugin repo at github.com/phonegap/phonegap-plugins/tree/master/Android/… – Paul Beusterien Jun 21 '11 at 2:17
Good news indeed! Now I have some other priorities to do, but I'll definitely try this plugin later. – SergeyT Jun 21 '11 at 8:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.