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.