androidcordovaamazon-in-app-purchase

Amazon iap and phonegap


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.


Solution

  • 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!