Hi,
I have added a feature to my Android application that collects user’s step count using the Samsung Health Data SDK. (v1.0.0 beta1)
It appears that when retrieving step count data from the SDK, there is a delay of a few minutes compared to the step count collected in the Samsung Health app.
For example, when the step count in the Samsung Health app reaches 0 to 100 steps, the data in the SDK does not immediately show 100 steps but gradually increases over a few minutes until it reaches 100.
Could it be that I implemented something incorrectly? Is there a way to resolve this issue?