Hi
I would like to know how to read write nfc tags in NDEF format directly, So that my app can compose and understand messages in NDEF format.
I already referred to the below links.
http://code.msdn.microsoft.com/windowsapps/Proximity-Sample-88129731 ?
http://msdn.microsoft.com/en-us/library/windows/apps/hh465221.aspx
Thank u in advance
You can publish NDEF format messages with ProximityDevice.PublishBinaryMessage.
You can find information on the NDEF formats themselves at the NFC Forum.
--Rob