---
title: appAccountToken
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/product/subscriptioninfo/renewalinfo/appaccounttoken
---

# appAccountToken

The app account token you provided during the subscription purchase, if one exists.

## Declaration

```swift
@backDeployed(before: iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4)
var appAccountToken: UUID? { get }
```

## Discussion

Discussion If you include an app account token in the purchase options when the customer purchases or changes the subscription,  this property is the app account token you provide. If you don’t provide an app account token, this property is nil.

## See Also

### Identifying the account

- [appTransactionID](storekit/product/subscriptioninfo/renewalinfo/apptransactionid.md)
