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!
Related
I'm making an app using the ionic framework and i'm planning to develop for Android, Ios and Web. All three of the platforms do the same things in my app and the user can log in wherever he likes. The app will be free but with ads. No planning to add a paid app to remove the ads.
I have no experience on this so I prefer asking.
How can I monetize all the three platforms?
Is there a plugin for cordova?
What is the best solution and the proper way to do this?
Is there a unique solution for all of the platforms?
Thanks a lot everyone
I have not monetized a hybrid app yet, but I've worked with cordova and ionic for a while. Try this plugin that I found with a search. It should work for both IOS and Android (I don't think you would need a cordova plugin for web):
https://github.com/floatinghotpot/cordova-admob-pro
Google Admob/Adsense should allow you to have ads on all three platforms, so I guess that would be the way to go. You can familiarize yourself with it here:
https://developers.google.com/ads/
You can use AdMost. It optimizes the ad networks to maximize the revenue of applications. You can find Cordova documentation here:
https://admost.github.io/amrcordova/
According to what I've understood, you don't need any plugin to implement Social API's interfaces for iOS because it uses a default implementation from Game Center.
So my question is for Android. Does it need a plugin to implement it or use a default implementation like Google Play Service?
As far as I am aware you do need a plugin, luckily Google have stepped up and released an Open-Source plugin :)
https://github.com/playgameservices/play-games-plugin-for-unity
Amazon also has Unity plugins for GameCircle as well as In-App Purchasing. There are inside the Mobile SDK: https://developer.amazon.com/public/resources/development-tools/sdk
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 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
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.