cordova-plugin-hce
cordova-plugin-hce copied to clipboard
Credit Card Emulation
Thanks for this really awesome plugin. However, i'd like to know if this could be used to emulate a credit card (EMV). What would need to be optimised and wat would be the APDU structure. The demo provided emulates a loyalty card and am just keen to know if it could be tweaked to emulate a credit card.
@BUATHERA you should be able to use this plugin to emulate a credit card. You'll need to respond to multiple commands. This means that you need to implement the logic in JavaScript. I think you can get the specifications for the communication from http://www.emvco.com/.
If you get a generic solution working, I'd appreciate a pull request to get it added into the plugin.