---
title: SKExternalLinkAccount
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/information-property-list/skexternallinkaccount
---

# SKExternalLinkAccount

A dictionary that contains localized URLs to an external website for account creation or management.

## Properties

Any Key:

## Discussion

Discussion Use this information property list key if your app has the com.apple.developer.storekit.external-link.account entitlement. Each key is a string that is a lowercase ISO 3166-1 alpha-2 country code, the value for which is a URL to the localized version of the external website for that locale. The dictionary must contain a key with the string * that maps to a default URL. The following shows a property list with a default URL and a specific URL for the jp locale: <plist> <dict>     <key>SKExternalLinkAccount</key>     <dict>         <key>*</key>         <string>https://example.com</string>         <key>jp</key>         <string>https://example.com/jp</string>     </dict> </dict> </plist>

## See Also

### StoreKit

- [SKAdNetworkItems](bundleresources/information-property-list/skadnetworkitems.md)
- [SKExternalPurchase](bundleresources/information-property-list/skexternalpurchase.md)
- [SKExternalPurchaseCustomLinkRegions](bundleresources/information-property-list/skexternalpurchasecustomlinkregions.md)
- [SKExternalPurchaseLink](bundleresources/information-property-list/skexternalpurchaselink.md)
- [SKExternalPurchaseMultiLink](bundleresources/information-property-list/skexternalpurchasemultilink.md)
- [SKIncludeConsumableInAppPurchaseHistory](bundleresources/information-property-list/skincludeconsumableinapppurchasehistory.md)
- [SKExternalPurchaseLinkStreamingRegions](bundleresources/information-property-list/skexternalpurchaselinkstreamingregions.md)
