Does Samsung Tizen support native NFC app. I'd like a native app that sits on the watch to read scanned tag and do a data exchange ?
If it has to be done in html5, does it support NFC data exchange ?
Does Samsung Tizen support native NFC app. I'd like a native app that sits on the watch to read scanned tag and do a data exchange ?
If it has to be done in html5, does it support NFC data exchange ?
Does Samsung Tizen support native NFC app. I'd like a native app that sits on the watch to read scanned tag and do a data exchange ?
Yes it does. Please refer to the Wearable Native reference
To read a tag you should take a look at the TAG APIs. If you also want to perform data exchange then you should take a look at the Peer to Peer APIs.
If it has to be done in html5, does it support NFC data exchange ?
Similar functionality is supported using the web APIs. Take a look at the NFCTag and NFCPeer interfaces in the Web API reference.
A nice start (Native development) point could be to check the existing tutorials for NFC here.
Here you will find the tutorials for the web APIs.
The currently accepted answer is not correct. Both NFCTag and NFCPeer APIs are not supported on Samsung Gear devices.
Just SE (secure element) API - used for processing payments - is.
It's possible to verify that when registering for notifications callbacks as per the following guide. Functions nfc_manager_set_tag_discovered_cb
and nfc_manager_set_p2p_target_discovered_cb
returns NOT SUPPORTED.
The following SO questions mentions the same problem: NFC Tag not working on Gear S2
You can develop rich Web applications(HTML5) using NFC available on Samsung Gear S2. Yes it does support data exchange.
You can follow following links for more info
Refer this link for app Tizen Wearable Web Device API Reference.