appAccountToken
The UUID that you generate to associate a customer’s In-App Purchase with its resulting App Store transaction.
Declaration
uuid appAccountTokenMentioned in
Discussion
When a customer initiates an In-App Purchase in your app, you can optionally generate an app account token and call appAccountToken(_:) to associate it with the purchase. If you use the Original API for In-App Purchase, you can provide a UUID in the applicationUsername property. The App Store returns the same UUID in appAccountToken in the transaction information and subscription renewal information after the customer completes the purchase.
To provide an app account token for a transaction that the customer completes outside of your app, or to update the value of an existing app account token, call the Set App Account Token endpoint.