TechnologiesApp Extensions & System Integration

AccessoryLiveActivities

iOSmacOStvOSwatchOSvisionOS

AccessoryLiveActivities lets a paired accessory's data extension receive Live Activity content and forward it to other accessory devices on iOS. You model the activity being relayed with AccessoryLiveActivity and drive the relay through a LiveActivityForwarding instance, which carries content between accessories. Use AccessoryAuthorizationResult to determine whether the extension has been granted permission to access and forward this data.

Forwarding Live Activities 2

Relay Live Activity content from a paired accessory's data extension to other accessory devices.

  • Cl
    LiveActivityForwarding
    `LiveActivityForwarding` is an `AccessoryFeature` for developers to include in their `DataProvider`
  • St
    AccessoryLiveActivity
    `AccessoryLiveActivity` is the structured object delivered to an accessory data extension.

Authorization 1

Determine whether the data extension is permitted to access and forward Live Activity content.

  • En
    AccessoryAuthorizationResult
    The user's authorization decision regarding fowarding live activity alerts.
← App Extensions & System Integration