NFC Tagging

I heard that a video about NFC tagging is being updated today. I’ve tried various methods for NFC reading, but none have worked. When can I expect to get an answer?

At first you need to install NFC module in module manager


Then you need to turn on permisson for NFC reader on device

For Android

For IOS

Then you need to check if permission is granted. For Android and for IOS different blocks

You need to choose enum for NFC permission

If permission is not granted - you need to request it from user device

Also need to choose enum for NFC

Then you can use NFC blocks in BPs

Like this

If you find any bugs or have questions write it here
@lim_hailey