-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding banks from different country #14
Comments
Thank you for your inquiry. |
The cards are (ISO 7816-4) compliant. But it doesn't read some cards. I have 6 cards, some of them receive their information, some do not. What exactly do I need to do? |
Would you provide more information, including the platform (Android or iOS) you're testing, the AID of the card, and other that may help figure out the problem? |
I am testing the tests on android device. It's a debit card I use. I cannot receive MasterCard and its information.
|
This is the code structure I got on a different card.
|
@berkaykr The APDU history you provided contains only successful commands. You can retrieve all APDUs in the log. You can refer to |
@Harry-Chen Can you give detailed information? What exactly do I need to do? |
It seems that this card does not contain a compatitble FCI Proprietary Template. You may read the EMV spec to add more code to support it. |
As for this card, please provide the detailed log of flutter, for example, the outputs generated here: https://github.com/nfcim/nfsee/blob/master/assets/read.js#L462 |
|
I need to have my card scanned, can you help me on how to add it? @dangfan @Harry-Chen |
Hello, it does not read some cards in Turkey with nfc. How can I solve this? Can you help me how do I change the code structure?
Some cards receive information, some do not.
The text was updated successfully, but these errors were encountered: