---
title: "ExternalPurchase.NoticeResult.continuedWithExternalPurchaseToken(token:)"
framework: storekit
role: symbol
role_heading: Case
path: "storekit/externalpurchase/noticeresult/continuedwithexternalpurchasetoken(token:)"
---

# ExternalPurchase.NoticeResult.continuedWithExternalPurchaseToken(token:)

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

## Declaration

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

## Parameters

- `token`: The external purchase token.

## Mentioned in

Receiving and decoding external purchase tokens

## Discussion

Discussion When your app calls presentNoticeSheet() and it results in this value: 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 External Purchase Server API. ``

## See Also

### Getting notice sheet results

- [ExternalPurchase.NoticeResult.cancelled](storekit/externalpurchase/noticeresult/cancelled.md)
