Is there anyone who has some experience with writing text to NFC tags from IPhones? I have tried both the NFCReaderPluginBlackBeltEdition and the NfcPlugin, and have managed to get the read NFC functionallity working, but the write function does not seem to work or respond.
When activating the read listener, it starts with nfc.BeginSession() which initializes a pop up on iphone waiting to scan a tag. Do we also need to call the nfc.BeginSession() in order to initialize the session when writing data, since this does not seem to happen with the plugin? Should there be some kind of response from writing the text to the nfc tag?