Hello!
I am trying to get steps count on Samsung Gear S2 for my Gear App.
And could not find the way how to get step count same as in S Health.
I have read all Tizen documents for Gear. Tried all methods, but nothing.
I have read that I should use stepCountDifferences for it.
I have used all methods, and read stepCountDifferences in all of them, and every there it only 1 element in the array ( looks like with difference between current and last data)
function onPedometerUpdate(
var d = pedometerData.
barmsg = pedometerData.
}
tizen.humanactivitymonitor.
tizen.humanactivitymonitor.
tizen.humanactivitymonitor.
Looks like I'm use this attribute stepCountDifferences
Thank you.