Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NFC Tag Writer sample or tutorial for ios?

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!

like image 396
vinoth87 Avatar asked Nov 03 '17 11:11

vinoth87


People also ask

Can iOS write NFC tags?

The iPhone 7 and later can write NFC tags when running iOS 13 or newer; a third-party NFC tag writing app is also required. Writing an NFC tag is also referred to as encoding or programming an NFC tag.

Can you write NFC tags on IPAD?

On iOS 13 and up, you will be able to write to NFC tags as well! We support writing all the same tag types we support for reading such as text, HomeKit, URL, and more!


1 Answers

Update 2019 - NDEF Write available in iOS 13

Apple just announced at WWDC that they are adding NFC witing of NDEF formatted data.

like image 128
Sajjon Avatar answered Sep 21 '22 09:09

Sajjon