---
title: pushToStartToken
framework: activitykit
role: symbol
role_heading: Type Property
path: activitykit/activity/pushtostarttoken
---

# pushToStartToken

The token you use to start a Live Activity with an ActivityKit push notification.

## Declaration

```swift
static var pushToStartToken: Data? { get }
```

## Discussion

Discussion The push token for a Live Activity may change over time. Use the pushToStartTokenUpdates asynchronous sequence to receive an updated push-to-start token. When you receive an updated push token, make sure to send it to your server and invalidate the outdated token.

## See Also

### Using ActivityKit push notifications

- [pushToken](activitykit/activity/pushtoken.md)
- [pushTokenUpdates](activitykit/activity/pushtokenupdates-swift.property.md)
- [Activity.PushTokenUpdates](activitykit/activity/pushtokenupdates-swift.struct.md)
- [pushToStartTokenUpdates](activitykit/activity/pushtostarttokenupdates.md)
