Pointer to a community post I made on October 28 that describes this problem from a Web API perspective: https://community.fitbit.com/t5/Web-API-Development/Activities-steps-API-returning-0-steps-since-August-28-other-endpoints/m-p/5682411 A couple of notes that put this in a more "iOS app" context: My device is a Fitbit One My device shows step counts on it's LED display My device syncs sleep data correctly (i.e. sleep data displays in the iOS app and can be fetched through the web API) iOS app (and web API) show (what I believe to be) correct step count data on August 26, a likely incorrect value on August 27 (12 steps) and 0 stepss every day since The data for the following attributes (using their web API names) are also, I believe, incorrect since August 27-- my guess is that all of these are derived from step count data so it's all the same problem: [ activities_calories, activities_caloriesBMR, activities_steps, activities_distance, activities_floors, activities_elevation, activities_minutesSedentary, activities_minutesLightlyActive, activities_minutesFairlyActive, activities_minutesVeryActive ] Weirdly, the "activities_activityCalories" attribute still seems to be reasonable. @LizzyFitbit I hope this is useful and am grateful (assuming I understand you correctly) that a fix is coming soon. Can you share any information about whether that fix will restore the data that is currently incorrect-- that is, will the historical data that currently showing bad values (mostly 0) be corrected? Or will the fix only cause future data to be displayed (or returned by the Web API) correctly? Thanks! 😄
... View more