react-native-nfc-manager icon indicating copy to clipboard operation
react-native-nfc-manager copied to clipboard

how to read data returned from transceive ?

Open nickticket2u opened this issue 1 year ago • 2 comments

This is not really an issue, so I wish to apologise in advance. I've been trying to seek answer in reddit/stackoverflow/fb without anyone answering.

(ntag213) I use the read command 0x30 and followed by page address (eg 0x60)

on IOS (sendMifareCommandIOS), it returns 16 byte array when I display the response

but on android (transceive) , it displays "[Function Anonymous]"

does anyone know how do I actually read the data on android ?

any help is greatly appreciated

nickticket2u avatar Mar 12 '24 09:03 nickticket2u

sendMifareCommandIOS is, as the name suggests, not available on Android and it should actually crash, when you try to invoke it. You have to use transceive on Android I am afraid.

pke avatar May 24 '24 11:05 pke

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Aug 23 '24 01:08 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Sep 07 '24 01:09 github-actions[bot]