health_kit_reporter icon indicating copy to clipboard operation
health_kit_reporter copied to clipboard

Flutter throwing categoryQuery identifier error

Open faalbane opened this issue 1 year ago • 1 comments

flutter: PlatformException(CategoryQuery, Error in categoryQuery for identifier: HKCategoryTypeIdentifierSleepAnalysis, Optional(Error Domain=com.apple.healthkit Code=5 "Authorization not determined" UserInfo={NSLocalizedDescription=Authorization not determined}), null)

final readTypes = <String>[ CategoryType.sleepAnalysis.identifier ];

iOS 16.0

faalbane avatar Sep 26 '22 03:09 faalbane