revtel / react-native-nfc-manager

React Native NFC module for Android & iOS
MIT License
1.38k stars 317 forks source link

Read Android HCE from iPhone #603

Closed duychuongvn closed 1 year ago

duychuongvn commented 1 year ago

Hello forks, I'm writing application which that has following components and specification:

To allow application A run on iOS can read NFC Card, I define value TAG for com.apple.developer.nfc.readersession.formats and AID for com.apple.developer.nfc.readersession.iso7816.select-identifiers

I also use IsoDep handle to request NFC Technology: NfcManager.requestTechnology([NfcTech.IsoDep])

The error message is: "Missing required entitlement", as I understand is the NFC Connection is not made between iOS and Android

Please help me to know is it possible to communicate between Android and iOS via NFC based on ISO14443 standard? If yes, please guide me how to do it with react-native-nfc-manaager library?

Thank you very much.

tgreco commented 11 months ago

How did you get this to work? I get HCE_STATE_READ firing off then HCE_STATE_DISCONNECTED. But never see the WRITE_FULL or WRITE_PARTIAL fire.