appidea / react-native-hce

Emulate smart cards inside React-Native application.
MIT License
67 stars 26 forks source link

Record Doesn't Send From Samsung Galaxy Note 20 #8

Closed FahdAlShalhoub closed 1 year ago

FahdAlShalhoub commented 2 years ago

Greetings

When activating hce with text content type on a Samsung Galaxy Note 20, the record doesn't transfer when read.

Thank you for all the amazing work, I heavily appreciate all the efforts put in the library, It's been a god-send for me so far.

appidea commented 2 years ago

Please, ensure the reader supports ISO 7816 Tag mode (NFC Type4 tag). Currently, only this type of NFC Tag is supported, due to the HCE mode limitations on Android.

I have tested this library at least with:

Host:

Readers:

Note: Currently I am working on next major release of this library. It will contain i.e. refactored logic of APDU exchange.

freeridre commented 2 years ago

Hi @appidea, I'm struggling with this almost a month, and I could not get it to work. So I explain the problem at expo forum, could you help me? expo forum I noticed that I get the 90 00 response, but my custom message "Hello world" never arrive. I can read the "Hello world" content with my iPhone with NXP tag info, but I do not relly know what's the problem.