Hi all,
in my watch faces, i get the steps history from the system like this:
/*********************************/
using Toybox.ActivityMonitor as Mon;
...
...
var history = Mon.getHistory();
/*********************************/
I only show history data, if history != null && history.size() > 0
Some epix users of my watch faces report, that steps history is not shown on ther devices.
In my IQ-emulator, and my fenix 3, everything works fine.
Is there another way to get the user's step history from the system?