Closed nickticket2u closed 1 month ago
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.
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.
This issue was closed because it has been stalled for 5 days with no activity.
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