Hi everybody. I have a question about NDEF Messages. I just begin to learn CoreNFC from tutorials and Apple documentation. I'm trying to do an app with a Form and I want to write those TextFields into a NFC Tag . The tag that I'm using is a NTAG 125 wich works perfectly with IOS, but this is my problems I don't understand very well how payload works. Is possible to write a dictionary in the Tag ? or I'm forced to write each record at the time? For example: I want to write this in my Tag
username: "Rafael" lastname : "Castro" Id: 0701334445 loginDate: 2021-11-02
Since I may be updating the Tag from time to time if instead of one register, the ones wrote down in my tag are 4 I thing I will be depleting the tag memory very quickly.
Someone can help me with this ?
Thanks in advance !