08-30-2017 12:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-30-2017 12:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I need to figure out a way to allow my app customers to automatically or manually sync their Fitbit data directly to my own app. I know Fitbit allows this within their own app and then other apps can pull in that data, but we are looking to allow our customers to sync their activity data from their Fitbit directly to our app to save time and any issues that might follow.
Any solutions or things to try?
Answered! Go to the Best Answer.

Accepted Solutions
09-01-2017 09:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-01-2017 09:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
As I said the Fitbit app is required to sync data. You cannot sync data directly from the watch to another app.
best,
thomas

08-30-2017 12:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-30-2017 12:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Can you clarify what Activity Data you mean here?
If your app is collecting data, you can push it where and when you want.
If you are relying on Fitbit data being available via the Fitbit Web API then this requires a Fitbit Sync to happen. We do have an API telling you when the lastSync happened: https://dev.fitbit.com/reference/companion-api/device/#interface-basicdeviceinfo-
thomas

08-31-2017 08:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-31-2017 08:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
The Activity Data I am referring to is Steps, Calories Burned, Flights of Stairs, Distance Traveled and Active Minutes. We do not need any personally identifiable information, we just want to allow our customers to sign into their Fitbit account so that our technology can pull in their activity data. We want to allow our customers to directly update/sync their activity data within our app.
The issue we are running into is that our technology temporarily removes third-party apps from an individuals phone or device based on physical activity. Unfortunately the Fitbit app is also removed so it is currently impossible for our customers to update their activity data within the Fitbit app. We are looking for a solution that allows our customers to update their activity data within our app since they won't be able to do it once the Fitbit app is temporarily removed from the device. Does Fitbit allow other companies to perform this type of integration?

08-31-2017 10:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-31-2017 10:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
The Fitbit app is required to sync data from the watch to the Web API. I would recommend not removing this one.

09-01-2017 07:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-01-2017 07:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I am not trying to remove it.
I have an issue and the only simple way around this issue is to allow my customers to sync their Fitbit activity data from their watch directly to my app. I just need to know if Fitbit allows other companies to directly sync watch data to their app. If so... how?
09-01-2017 09:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-01-2017 09:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
As I said the Fitbit app is required to sync data. You cannot sync data directly from the watch to another app.
best,
thomas

09-03-2017 10:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


09-03-2017 10:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Just in addition to this, the device cannot connect to any internet services directly. All requests need to be sent via the Companion API, which executes within the Fitbit mobile app.
