Hi,
first time I am using
ActivityMonitor for steps and other data, in the emulator all the time getting Zeroes.
Code is like:
if (Toybox has :ActivityMonitor){
var info = ActivityMonitor.getInfo();
System.println(info.stepGoal + " " + info.calories + " " + info.distance);
...
Please help to solve!