Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to get Fitbit Data into my app without using Web API

ANSWERED

Using Web API, I'm able to get data into my app. We are not looking for this approach as this also needs a Fitbit mobile app to sync data to Fitbit Server.

 

I have observed that we can read data from Fitbit Watch using Companion API. But this also needs Fitbit app right?

Can I add the companion app to my app so that it is not required to install Fitbit mobile application along with our app?

 

Can we add/deploy Companion apps to our own app bundle?

 

Companion apps should be deployed only in Fitbit environment?

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Fitbit devices can only communicate with the Fitbit mobile app. The Fitbit mobile app handles syncing, which makes Web API data available, and it can also host companion apps.

 

Companion apps can communicate with Fitbit devices, and with external servers, using Companion API calls — which are only available when running within the Fitbit mobile app.

Peter McLennan
Gondwana Software

View best answer in original post

Best Answer
2 REPLIES 2

Hi @Prasad0303 - normally a watch app can have a companion app that runs in the Fitbit App on the phone.

 

You can test this in Fitbit Studio using the Simulator, or on your phone app via the developer bridge.

 

This topic is related to the SDK and is moved there.

Author | ch, passion for improvement.

Best Answer

Fitbit devices can only communicate with the Fitbit mobile app. The Fitbit mobile app handles syncing, which makes Web API data available, and it can also host companion apps.

 

Companion apps can communicate with Fitbit devices, and with external servers, using Companion API calls — which are only available when running within the Fitbit mobile app.

Peter McLennan
Gondwana Software
Best Answer