Contents

com.apple.developer.healthkit.background-delivery

A Boolean value that indicates whether observer queries receive updates while running in the background.

Discussion

If this key is true, your app can enable background delivery of HKObserverQuery instances by calling the HealthKit store’s enableBackgroundDelivery(for:frequency:withCompletion:) method. By default, the value is false.

See Also

Health