<!--
{
  "availability" : [
    "iOS: 26.5.0 -",
    "iPadOS: 26.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AccessoryLiveActivities",
  "identifier" : "/documentation/AccessoryLiveActivities/AccessoryLiveActivity",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Accessory Live Activities"
    ],
    "preciseIdentifier" : "s:23AccessoryLiveActivities0aB8ActivityV"
  },
  "title" : "AccessoryLiveActivity"
}
-->

# AccessoryLiveActivity

The details of the Live Activity that iOS forwards to your accessory.

```
struct AccessoryLiveActivity
```

## Topics

### Identifying the activity

[`activityIdentifier`](/documentation/AccessoryLiveActivities/AccessoryLiveActivity/activityIdentifier)

A string that uniquely identifies the Live Activity.

[`sourceBundleIdentifier`](/documentation/AccessoryLiveActivities/AccessoryLiveActivity/sourceBundleIdentifier)

The bundle identifier of the app that started the Live Activity.

[`sourceBundleName`](/documentation/AccessoryLiveActivities/AccessoryLiveActivity/sourceBundleName)

The name of the app from which the activity content originated.

### Accessing the activity’s state and content

[`state`](/documentation/AccessoryLiveActivities/AccessoryLiveActivity/state)

The current state of the activity in its life cycle.

[`content`](/documentation/AccessoryLiveActivities/AccessoryLiveActivity/content-swift.property)

The updated content of the forwarded Live Activity.

[`Content`](/documentation/AccessoryLiveActivities/AccessoryLiveActivity/Content-swift.struct)

The content of an alert for a forwarded Live Activity.

### Accessing the app’s icon

[`sourceBundleIcon`](/documentation/AccessoryLiveActivities/AccessoryLiveActivity/sourceBundleIcon)

The icon of the app that initiated the Live Activity.

[`IconFile`](/documentation/AccessoryLiveActivities/AccessoryLiveActivity/IconFile)

An on-demand reference to the app icon of the app that started the Live Activity.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)