Amazon iap and phonegap

146 views Asked by At

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.

1

There are 1 answers

1
maxxx On BEST ANSWER

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!