request isAuthorizedToRead
takapiroid88 opened this issue · 1 comments
takapiroid88 commented
I'd like to check is authorized to read.
isAuthorizedToWrite is exists, but not for read.
before request to read access, check is authorized to read.
can you help me?
kvs-coder commented
As it stands in the documentation here:
"To help protect the user’s privacy, your app doesn’t know whether the user granted or denied permission to read data from HealthKit. If the user denied permission, attempts to query data from HealthKit return only samples that your app successfully saved to the HealthKit store."
By native tools in official way you are not able to get this information.