ios - HealthKit - Does Source Queries return an App when user Did Not Allowed access or turned all Categories Off? -
i check if our users have app installed.
if do:
i want know if have allowed access healthkit (if possible know allowed categories)
so, what source query returns if app has been allowed or denied access? if app not installed?
you cannot determine healthkit authorization status of other apps installed on user's phone. hksourcequery returns sources of apps have saved samples matching given predicate, regardless of authorization status or whether app installed.
Comments
Post a Comment