<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "tvOS: 16.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/ExternalLinkAccount",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit19ExternalLinkAccountO"
  },
  "title" : "ExternalLinkAccount"
}
-->

# ExternalLinkAccount

Enables qualifying apps to link to an external website for account creation or management.

```
enum ExternalLinkAccount
```

## Overview

This functionality is only available to apps with the <doc://com.apple.documentation/documentation/BundleResources/Entitlements/com.apple.developer.storekit.external-link.account> entitlement. For more information, see [Distributing “reader” apps with a link to your website](https://developer.apple.com/support/reader-apps/).

## Topics

### Linking to external accounts

[`canOpen`](/documentation/StoreKit/ExternalLinkAccount/canOpen)

A Boolean value that indicates whether the app can open the external link account.

[`open()`](/documentation/StoreKit/ExternalLinkAccount/open())

Presents a continuation sheet that enables people to choose whether to open your app’s link to an external website for account creation or management.



---

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)