SergeyT
SergeyT

Reputation: 349

Android In-app purchases with Phonegap

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.

Upvotes: 4

Views: 4588

Answers (2)

Jeff Brateman
Jeff Brateman

Reputation: 3277

PayPal recently released a PhoneGap plugin for Android, which is actively supported by PayPal.

Upvotes: 0

Paul Beusterien
Paul Beusterien

Reputation: 29547

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.

Upvotes: 3

Related Questions