Contents

setSystemTrackingEnabled(_:)

Enable and disable system tracking for camera-enabled apps.

Declaration

func setSystemTrackingEnabled(_ isEnabled: Bool) async throws

Mentioned in

Discussion

DockKit enables system tracking by default, and any camera stream automatically generates and sends tracking events when a device docks to a compatible dock accessory.

Always set this value to false before performing your own custom tracking.

See Also

Changing tracking behavior