<!--
{
  "documentType" : "article",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/external-link-account",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "External link account"
}
-->

# External link account

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

## Discussion

If you develop a qualifying app, you can complete a request for an entitlement that allows you to link to an external website for account creation or management. For more information about whether your app qualifies and how to request an entitlement, see [Distributing “reader” apps with a link to your website](https://developer.apple.com/support/reader-apps/).

If your account has the <doc://com.apple.documentation/documentation/BundleResources/Entitlements/com.apple.developer.storekit.external-link.account> entitlement, implement the following to link to an external website for account creation and management:

- Configure the <doc://com.apple.documentation/documentation/BundleResources/Information-Property-List/SKExternalLinkAccount> property list key.
- Use the [`ExternalLinkAccount`](/documentation/StoreKit/ExternalLinkAccount) type’s [`canOpen`](/documentation/StoreKit/ExternalLinkAccount/canOpen) property and [`open()`](/documentation/StoreKit/ExternalLinkAccount/open()) method.

> Note:
> In a compatible iPad or iPhone app running in visionOS, on a Mac with Apple silicon, or on a Mac app built with Mac Catalyst, the External Link Account APIs throw an error or return `false`.

## Topics

### External accounts

  <doc://com.apple.documentation/documentation/BundleResources/Entitlements/com.apple.developer.storekit.external-link.account>

  <doc://com.apple.documentation/documentation/BundleResources/Information-Property-List/SKExternalLinkAccount>

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

Enables qualifying apps to 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)