I have tested TapCard library using the good B4ATapCard sample.
A couple of questions:
1) when I place my Visa Credit Card to the device it asks to choose which app I want to couple to the nfc reader intent. I choose B4aTapCard and the app works fine.
Then i have tried to previously join the nfc reader intent to B4aTapCard using
So my Android 12 device didn't me ask to choose the app and discovered correctly the Credit Card, but doesn't goes on with the other steps with TapCard.
The question: how to join in automatic way B4aTapCard to the nfc reader intent?
2) If I try to read a not managed Credit Card (in my trial an Amex card) TapCard doesn't activate (of course) event ips_scan_result , but, after lots of ips_command_response events, it crashes!
I noticed that during the command/response dialogues TapCard gives lots of negative answers and I am able to check for them...but how to interrupt the loop of the events that at last come to a crash?
thank you
Roberto
A couple of questions:
1) when I place my Visa Credit Card to the device it asks to choose which app I want to couple to the nfc reader intent. I choose B4aTapCard and the app works fine.
Then i have tried to previously join the nfc reader intent to B4aTapCard using
B4X:
nfc.EnableForegroundDispatch
The question: how to join in automatic way B4aTapCard to the nfc reader intent?
2) If I try to read a not managed Credit Card (in my trial an Amex card) TapCard doesn't activate (of course) event ips_scan_result , but, after lots of ips_command_response events, it crashes!
I noticed that during the command/response dialogues TapCard gives lots of negative answers and I am able to check for them...but how to interrupt the loop of the events that at last come to a crash?
thank you
Roberto