I have to get the total memory size in bytes of an iso-15693 NFC device. I downloaded several apps from App Store and they show me this information.
I'm new of NFC world, I looked at NFCISO15693Tag protocol in CoreNFC iOS framework but with no success.
Any help is appreciated.
You can find that by accessing the NFCISO15693SystemInfo with the help of this CoreNFC method
Implementation
if the method return success result, you will get the details of the tag like below.
With Blocksize and Totalblocks you can caluclate the total memory in bytes.