Open Rahul-codoffer opened 1 month ago
i have fetched health data for the last one week and you can see the response its not accurate
"data": [
{
"startDate": "2024-10-07T00:00:00Z",
"value": 12252,
"endDate": "2024-10-08T00:00:00Z"
},
{
"endDate": "2024-10-09T00:00:00Z",
"startDate": "2024-10-08T00:00:00Z",
"value": 13917
},
{
"startDate": "2024-10-09T00:00:00Z",
"endDate": "2024-10-10T00:00:00Z",
"value": 8855
},
{
"startDate": "2024-10-10T00:00:00Z",
"value": 6166,
"endDate": "2024-10-11T00:00:00Z"
},
{
"value": 6090,
"endDate": "2024-10-12T00:00:00Z",
"startDate": "2024-10-11T00:00:00Z"
},
{
"endDate": "2024-10-13T00:00:00Z",
"startDate": "2024-10-12T00:00:00Z",
"value": 10423
},
{
"value": 7022,
"endDate": "2024-10-14T00:00:00Z",
"startDate": "2024-10-13T00:00:00Z"
},
{
"startDate": "2024-10-14T00:00:00Z",
"endDate": "2024-10-15T00:00:00Z",
"value": 555
}
]
@mahnuh may be it is issue of time zone ? my current time zone is IST
Getting inaccurate step count form getStatisticsCollection method via v2
But there is total 13,121 steps in my apple health
``