08-29-2018 13:11 - edited 08-29-2018 13:11
08-29-2018 13:11 - edited 08-29-2018 13:11
My application is using Restful API's. So if FitBit watch is not connected to Wifi, can it still sync data via bluetooth and my API's will be called successfully?
Answered! Go to the Best Answer.
09-01-2018 09:40
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
09-01-2018 09:40
Your application needs a companion, which runs within the Fitbit mobile app.
https://dev.fitbit.com/build/guides/companion/
Then you can use the messaging API to send a request from the device to the companion, and the companion can perform the fetch()
https://dev.fitbit.com/build/guides/communications/messaging/
Best Answer09-01-2018 09:40
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
09-01-2018 09:40
Your application needs a companion, which runs within the Fitbit mobile app.
https://dev.fitbit.com/build/guides/companion/
Then you can use the messaging API to send a request from the device to the companion, and the companion can perform the fetch()
https://dev.fitbit.com/build/guides/communications/messaging/
Best Answer