05-31-2021 22:13
05-31-2021 22:13
Hi,
I would like to Integrate the fitbit watch into my third party application directly. So is there any such kind of libraries or SDK or Bluetooth sync directly with third party apps or i must have to use Fitbit official app to connect watch?.
Please let me know if any such options.
Thank you,
05-31-2021 22:22
05-31-2021 22:22
The latter. You'll need to write a clockface or app that runs on the watch, and which communicates with a companion component (that you'll also have to write) that runs within the Fitbit app. Your companion code can communicate with your third-party code using fetch() and/or WebSockets.
05-31-2021 22:32
05-31-2021 22:32
Thank you for replay,
is there not any Bluetooth SDK to connect fitbit watch directly in my application?
05-31-2021 22:37
05-31-2021 22:37
Sorry, no.