Mobile Phone

I know that I already asked the corresponding question, but now this is a slightly different situation.

I found out that in the Phonegap project you can implement Android in-app billing. At least with the final release of 1.0. But it seems that this requires a lot of code (both native Java and Javascript). Too much work for this task for one developer.

Has anyone already connected a plugin for Phonegap to use Android billing in an application? Or maybe someone is developing this right now?

The new PayPal plugin is good and it works well, but I also have to somehow implement my own Android payments.

Please, help!

+5
source share
2 answers

I just released my prototype plugin on github. I tested only with test product identifiers provided by Google. Take a look and expand it if you want: https://github.com/luoihoc/CallbackBillingPlugin

+2
source

I just released a plugin for application plugins for cordova 2.0:
https://github.com/poiuytrez/AndroidInAppBilling

Update: I upgraded the plugin to In App Billing api v3.

+3
source

All Articles