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.
- ClLiveActivityForwarding`LiveActivityForwarding` is an `AccessoryFeature` for developers to include in their `DataProvider`
- StAccessoryLiveActivity`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.
- EnAccessoryAuthorizationResultThe user's authorization decision regarding fowarding live activity alerts.