<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: 17.4.0 -",
    "macOS: 14.4.0 -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -",
    "watchOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/ExternalPurchase/NoticeResult/continuedWithExternalPurchaseToken(token:)",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit16ExternalPurchaseO12NoticeResultO013continuedWithcD5TokenyAESS_tcAEmF"
  },
  "title" : "ExternalPurchase.NoticeResult.continuedWithExternalPurchaseToken(token:)"
}
-->

# ExternalPurchase.NoticeResult.continuedWithExternalPurchaseToken(token:)

Describes when people chose to continue to view external purchases, and provides the external purchase token.

```
case continuedWithExternalPurchaseToken(token: String)
```

## Parameters

`token`

The external purchase token.

## Discussion

When your app calls [`presentNoticeSheet()`](/documentation/StoreKit/ExternalPurchase/presentNoticeSheet()) and it results in this value: [`ExternalPurchase.NoticeResult.continuedWithExternalPurchaseToken(token:)`](/documentation/StoreKit/ExternalPurchase/NoticeResult/continuedWithExternalPurchaseToken(token:)), your app can proceed to present external purchases.

> Important:
> Record and use the token to report the customer’s external purchases to Apple. For more information, see <doc://com.apple.documentation/documentation/ExternalPurchaseServerAPI>.

``

---

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)