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

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

A Boolean value that indicates whether your app can include a link that directs people to a website to make an external purchase.

## Discussion

Discussion The com.apple.developer.storekit.external-purchase-link entitlement enables qualifying apps to include a link that directs people using the app to a website to make an external purchase. For more information, see External Purchase. If your account receives this entitlement, which is also known as the StoreKit External Purchase Link entitlement, you can add it to your app by opening the project’s .entitlements file in Xcode. Then add the following key and set the corresponding value to true: <plist> <dict>     <key>com.apple.developer.storekit.external-purchase-link</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-link.account](bundleresources/entitlements/com.apple.developer.storekit.external-link.account.md)
- [com.apple.developer.storekit.external-purchase](bundleresources/entitlements/com.apple.developer.storekit.external-purchase.md)
- [com.apple.developer.storekit.external-purchase-link-streaming](bundleresources/entitlements/com.apple.developer.storekit.external-purchase-link-streaming.md)
