max.srdk, it’s becoming \u000bú90 when you convert to JSON. You can convert the bytes representation to hexadecimal when you get the Lua table with the event.
If you convert the \u000bú90 value back to HEX you would get 000B 00FA 0039 0030, which is your starting value, but with extra zero bytes because of the unicode conversion.
I have a problem with the NFC, I read correctly the tag, but seems like the tag remains resident in the phone. I try to use the function nfc.releaseTag() but the stills remaining in the phone. How can I do to remove the tag? Is there any related issue with that?
ERROR ITMS-90163: “Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: ‘com.apple.developer.nfc.readersession.formats’ in ‘Payload/MyApp.app/MyApp’.”
ERROR ITMS-90778: “Invalid entitlement for core nfc framework. The sdk version ‘13.2’ and min OS version ‘8.0’ are not compatible for the entitlement ‘com.apple.developer.nfc.readersession.formats’ because ‘TAG is missing in the entitlement’.”
ohhh , I have missed that very important thing to do.
After Update App id on developer.apple.com it’s working.
But we have to add “TAG” and “NDEF” both in build.settings line like this :