This repository was archived by the owner on May 10, 2024. It is now read-only.
Replies: 2 comments
-
I haven't tried it yet, but according to this post it should be possible in iOS: https://stackoverflow.com/a/63259021/6731412 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @robingenz ! Thanks again |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I need to read a NTAG213 which is read and write password protected.
Suppose the password is AA:AA:AA:AA and that I want to read the 'x10' page address. The command I send in Android are:
In android I can do it easily and it works correctly using "transceive".
I'm wondering if I can do the same in IOS using this library with transceive command.
(Actually I don't have hardware to test it, so that's why I'm asking here)
In the swift source for IOS the transceive function (row #74 in Nfc.swift file) seems to be reserved to NFC_F (Felica Tag) and NFC_V (iso15693Tag). That's why I'm asking if, for IOS, the transceive function is reserved only for those tags mentioned above or it works also for iso14443 NfcA/MidareUltraligth cards.
Thanks in advance for reading me and helping me!
Beta Was this translation helpful? Give feedback.
All reactions