Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android In-app billing Phonegap 1.0

I know I already asked related question but now it's a bit different situation.

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

Does anyone already did plugin for Phonegap to use Android in-app billing? Or maybe someone developing it right now?

New PayPal plugin is good and it works well but I also should implement native Android payments somehow.

Please help!

like image 346
SergeyT Avatar asked Aug 05 '11 10:08

SergeyT


2 Answers

I have just released an in app billing plugin for cordova 2.0:
https://github.com/poiuytrez/AndroidInAppBilling

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

like image 164
poiuytrez Avatar answered Oct 11 '22 20:10

poiuytrez


I just release my plugin prototype in github. I tested only with the testing product ids provided by Google. Take a look and fork it if you want: https://github.com/luoihoc/CallbackBillingPlugin

like image 20
Peacemoon Avatar answered Oct 11 '22 18:10

Peacemoon