Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

HealthKit.AuthorizationStatusForType

Queries authentication status for a type.

Component Version macOS Windows Linux Server iOS SDK
HealthKit 8.2 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "HealthKit.AuthorizationStatusForType"; Type )   More

Parameters

Parameter Description Example
Type The type to check. "BiologicalSex"

Result

Returns value or error.

Description

Queries authentication status for a type.
Returns the application's authorization status for the given object type.
Value is NotDetermined, SharingDenied or SharingAuthorized.

Use HealthKit.RequestAuthorizationToShareTypes to request authentication.
Please enable HealthKit for the app entitlements for Xcode, add HealthKit framework and set NSHealthShareUsageDescription descriptor for info.plist.

Examples

Check status:

Set Variable [ $r ; Value: MBS( "HealthKit.AuthorizationStatusForType"; "BiologicalSex" ) ]
Show Custom Dialog [ "Status" ; $r ]

See also

Blog Entries

This function is free to use.

Created 25th April 2018, last changed 9th August 2018


Hash.SHA512.HMAC - HealthKit.BiologicalSex