Initialize a NDEF tag on Windows 10 Desktop
问题 I'm trying to initialize a new Mifare Classic Tag to the DNEF format, readable by the Proximity API. According to Microsoft, the proximity API is capable to initialize a mifare classic tag to a NDEF format if needed (as described here and here). But, using this line of code to publish the message: proximityDevice.PublishBinaryMessage("NDEF:WriteTag", ndef.ToByteArray().AsBuffer(), MessageTransmittedHandler); don't initialize the TAG and write anything, just works on a pre-formatted NDEF tag