<!--
{
  "availability" : [
    "iOS: 17.2.0 -",
    "iPadOS: 17.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ActivityKit",
  "identifier" : "/documentation/ActivityKit/Activity/pushToStartTokenUpdates",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "ActivityKit"
    ],
    "preciseIdentifier" : "s:11ActivityKit0A0C23pushToStartTokenUpdatesAC04PushfG0Vyx_GvpZ"
  },
  "title" : "pushToStartTokenUpdates"
}
-->

# pushToStartTokenUpdates

An asynchronous sequence you use to observe changes to the token
for starting a Live Activity with an ActivityKit push notification.

```
static var pushToStartTokenUpdates: Activity<Attributes>.PushTokenUpdates { get }
```

## Discussion

Adopt push notifications to not only
update ongoing Live Activities, but also to start a new Live Activity.
For additional information, see [Starting and updating Live Activities with ActivityKit push notifications](/documentation/ActivityKit/starting-and-updating-live-activities-with-activitykit-push-notifications).

---

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)