You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
I am trying to fetch sleep data on iOS 13+ device without success - I am receiving empty list regardless date range being used.
final sleepCount = await FitKit.read(
DataType.SLEEP,
dateFrom: _startDate,
dateTo: _endDate,
);
Permissions are granted upon first run. It does work for DataType.STEP_COUNT
The text was updated successfully, but these errors were encountered: