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.
Related
Is it possible to use Amazon IAP with phonegap?
My issue is I developed an app with phonegap but now I want to implement amazon's iap into it. Any help would be greatly appreciated.
Yes it's possible. There's Phonegap / Cordova plugin to implement Amazon IAP: https://github.com/zoxxx/cordova-plugin-amazon-in-app-purchasing . Check readme file for implementation details. Good luck!
Does the new native PayPal sdk for android have the ability to pull shipping information to give to the merchant? The sample code provided on the PayPal site will process cards etc, but it appears to me that the api only provides payment confirmation. What good is this api if you don't know where to send your product?
Anyone know how to do this?
Jeff from PayPal at your service. The PayPal Android SDK does not support shipping addresses just yet. Your feedback is heard, and we plan to add the feature as soon we can!
I am making a Mobile App combining jQuery Mobile and phonegap.
I have a database of products which the user can browse also from a normal e-commerce website.
But I am also making a mobile application so the user can browse the same catalog of products, and also make a purchase in the app.
But how to implement the actual purchase. Is there any plugins such as Paypal, or other services that offer payment solution through phonegap.
Any ideas are welcome :)
PayPal just released a PhoneGap plugin for Android and iOS.
In Git may paypal phonegap plugins are available but i suggest you go with native approach to maintain security and reduce/avoide memory leaks
paypal was given by phonegap plugin
use this link .https://github.com/paypal/PayPal-Cordova-Plugin
I need to write an app for Android with Adobe AIR with payments capabilities. So I want to give user ability to buy some products in application. In iOS - there is In App Purchase, in Android - Google checkout. So the question is: can I use google checkout in Adobe AIR? I didn't find any API for this. Am I wrong? Is there any API for this? If no - what can I use for that? Thanx a lot!
This is possible using the Native Extension feature of Adobe AIR. You can read more about how that works here:
http://www.adobe.com/devnet/air/articles/developing-native-extensions-air.html
Also, there is a extension prebuilt that handles all this for you. Full disclosure, it is a commercial extension and I am the author:
http://www.milkmangames.com/blog/2011/12/28/announcing-android-in-app-purchases-for-adobe-air/
Google checkout isn't accessible from Air applications, there are only SDKs for
Java, .NET, PHP and other languages accept Action Script 3.
http://code.google.com/apis/checkout/samplecode.html
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!
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.
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