I want to write set of NSDictionary
data into NFC tag and get when they tap NFC Stickers.
How to write NFC tag data from my iOS app? After searching Google I can't find any reference to write data from my iOS app to NFC tag. Samples given by Google is only for reading NFC tag by iOS11 app. But some of the app in iTunes have option to both read and write NFC tag data. How they did it?
Thanks in advance!