06-14-2024 18:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-14-2024 18:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I’m experiencing an issue with the Fitbit mobile application. Although it appears to be tracking my data during activities, nothing shows up in the activity list once I finish. Additionally, the API returns the following summary:
{
"activities": [],
"goals": {
"activeMinutes": 5,
"caloriesOut": 2503,
"distance": 8.05,
"steps": 10000
},
"summary": {
"activeScore": -1,
"activityCalories": 0,
"caloriesBMR": 510,
"caloriesOut": 510,
"distances": [
{
"activity": "total",
"distance": 0
},
{
"activity": "tracker",
"distance": 0
},
{
"activity": "loggedActivities",
"distance": 0
},
{
"activity": "veryActive",
"distance": 0
},
{
"activity": "moderatelyActive",
"distance": 0
},
{
"activity": "lightlyActive",
"distance": 0
},
{
"activity": "sedentaryActive",
"distance": 0
}
],
"fairlyActiveMinutes": 0,
"lightlyActiveMinutes": 0,
"marginalCalories": 0,
"sedentaryMinutes": 443,
"steps": 0,
"veryActiveMinutes": 0
}
}
Previously, the app was working fine and logging all activities correctly. Sometimes it shows the activity is tracked and saved in the iOS mobile application, still they are not available in WEB API response. Why this is happening time to time?
Answered! Go to the Best Answer.

Accepted Solutions
06-23-2024 17:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-23-2024 17:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @JohnFitbit , thank you very much for the reply. The issue is like this:
Sometimes, daily exercises recorded through the mobile application (Track Live) are not saved. Additionally, the exercise day is not highlighted in dark green. This issue is mostly observed on Android phones.
Other times, the exercise is saved in the mobile application but does not send the data through the API. This issue is mostly observed on Apple phones.
In both of the above occurrences, it appears that the activities we performed are shown correctly in the Summary. However, the activities array is empty, as indicated by "activities": [].

06-20-2024 18:33
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



06-20-2024 18:33
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @nadun,
Can you clarify if this is happening for every activity you record or certain activities? Do you have an example of a day when this occurred? If you do, can you provide a screenshot of the activities you logged that day from the Fitbit app, then provide a JSON response of that day with the Get Daily Activity Summary endpoint? Also, please PM your user id to me.

06-23-2024 17:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-23-2024 17:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @JohnFitbit , thank you very much for the reply. The issue is like this:
Sometimes, daily exercises recorded through the mobile application (Track Live) are not saved. Additionally, the exercise day is not highlighted in dark green. This issue is mostly observed on Android phones.
Other times, the exercise is saved in the mobile application but does not send the data through the API. This issue is mostly observed on Apple phones.
In both of the above occurrences, it appears that the activities we performed are shown correctly in the Summary. However, the activities array is empty, as indicated by "activities": [].

06-24-2024 21:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-24-2024 21:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
This happens only to the activities tracked with mobile application (ie. mobile_run)

