如何使用 IOS 获取 NFC 芯片的篡改状态
How to get tamper status of NFC chip using IOS
我想弄清楚如何使用 CoreNFC 读取 ntag213 tt 芯片的篡改状态但没有成功,有什么方法可以发送自定义命令吗?
命令代码在数据表中
https://www.nxp.com/docs/en/data-sheet/NT2H1311TT.pdf
命令是A4
您应该能够使用 sendMiFareCommand
https://developer.apple.com/documentation/corenfc/nfcmifaretag/3043838-sendmifarecommand 读取篡改状态
我想弄清楚如何使用 CoreNFC 读取 ntag213 tt 芯片的篡改状态但没有成功,有什么方法可以发送自定义命令吗?
命令代码在数据表中
https://www.nxp.com/docs/en/data-sheet/NT2H1311TT.pdf
命令是A4
您应该能够使用 sendMiFareCommand
https://developer.apple.com/documentation/corenfc/nfcmifaretag/3043838-sendmifarecommand 读取篡改状态