08-29-2018 13:11 - edited 08-29-2018 13:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-29-2018 13:11 - edited 08-29-2018 13:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
Accepted Solutions
09-01-2018 09:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


09-01-2018 09:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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/

09-01-2018 09:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


09-01-2018 09:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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/

