---
title: com.apple.developer.storekit.external-link.account
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/entitlements/com.apple.developer.storekit.external-link.account
---

# com.apple.developer.storekit.external-link.account

A Boolean value that indicates whether your app can link to an external website for account creation or management.

## Discussion

Discussion If your developer account has this entitlement, add it to your app by opening the project’s entitlements file in Xcode. Add the following key and set the corresponding value to true: <plist> <dict>     <key>com.apple.developer.storekit.external-link.account</key>     <true/> </dict> </plist>

## See Also

### StoreKit

- [com.apple.developer.storekit.custom-purchase-link.allowed-regions](bundleresources/entitlements/com.apple.developer.storekit.custom-purchase-link.allowed-regions.md)
- [com.apple.developer.storekit.external-purchase](bundleresources/entitlements/com.apple.developer.storekit.external-purchase.md)
- [com.apple.developer.storekit.external-purchase-link](bundleresources/entitlements/com.apple.developer.storekit.external-purchase-link.md)
- [com.apple.developer.storekit.external-purchase-link-streaming](bundleresources/entitlements/com.apple.developer.storekit.external-purchase-link-streaming.md)
