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

# com.apple.developer.storekit.custom-purchase-link.allowed-regions

An entitlement that enables a qualifying app to offer external purchases within app or at a website, in specific regions.

## Discussion

Discussion This entitlement enables a qualifying app to offer external purchases within the app or at a website of its choice, in specific regions. If your account receives this entitlement, you can add it to your app by opening the project’s .entitlements file in Xcode. Then, add a key named com.apple.developer.storekit.custom-purchase-link.allowed-regions, followed by an array that enumerates the two-letter ISO-3166-1 country codes for the allowed regions. The example below describes an entitlement that includes Japan as the allowed region that the app supports. <plist> <dict>     <key>com.apple.developer.storekit.custom-purchase-link.allowed-regions</key>     <array>      <string>jp</string>     </array> </dict> </plist> important: Provide the regions where you intend to offer this functionality. This must only include regions where Apple supports custom purchase link options. For more information, see External Purchase.

## See Also

### StoreKit

- [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](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)
