'watch doesn't display steps from Google Fit

How do I set up my watch app to show steps on Google Fit, instead of move minutes? Or is this just the newest version? It's actually not even showing those at this point, just a constant update symbol.



Solution 1:[1]

Google Fit recommends reading by data type to get the values as the Google Fit app. This includes reading the current daily step count by calling HistoryClient.readDailyTotal, see official docs for sample application developers.google.com/fit/scenarios/read-daily-step-total

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ilovesyntax