You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With iOS 13 Apple added support for writing NFC Tags.
However, the Apps I tried so far require the TAG to
be formated for NDEF. Unformatted tags are rejected.
The smallest valid NDEF message has an empty record
and an end marker 0xFE.
| 5 | 0x00 | Read and Write access (0x00 denotes no restriction) |
43
+
| 6 | 0x03 | Block contains an NDEF message |
44
+
| 7 | 0x00 | Empty NDEF Record |
45
+
| 8 | 0xFE | Last TLV block in the data area |
43
46
44
-
It is writtable using almost any NFC Reader e.g. an Android phone (using [NFC TagWriter by NXP](https://play.google.com/store/apps/details?id=com.nxp.nfc.tagwriter)).
47
+
It is writtable using almost any NFC Reader e.g. an Android phone
48
+
(using [NFC TagWriter by NXP](https://play.google.com/store/apps/details?id=com.nxp.nfc.tagwriter))
49
+
or an iPhone with iOS 13+
50
+
(using [NFC Tools by wakdev](https://apps.apple.com/ch/app/nfc-tools/id1252962749))
0 commit comments