Skip to main content
Disconnect AppleHealth (SDK)
Sebastian Eugenio avatar
Written by Sebastian Eugenio
Updated over 3 weeks ago

If a client wants to stop receiving information from a user, the SDK has methods to disable both background sync and foreground sync

public func disableSync()

@objc public func disableBackGroundForSummaries()

@objc public func disableBackGroundForEvents()

For clients using manual sync, they must implement the necessary logic to stop receiving data.

Alternatively, a user can disconnect Apple Health by revoking all read permissions in the settings.

Did this answer your question?