<!--
{
  "availability" : [
    "iOS: 18.2.0 -",
    "iPadOS: 18.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BundleResources",
  "identifier" : "/documentation/BundleResources/Entitlements/com.apple.developer.storekit.external-purchase-link-streaming",
  "metadataVersion" : "0.1.0",
  "role" : "Property List Key",
  "symbol" : {
    "kind" : "Property List Key",
    "modules" : [
      "Bundle Resources"
    ],
    "preciseIdentifier" : "entitlements:Entitlements.com.apple.developer.storekit.external-purchase-link-streaming"
  },
  "title" : "com.apple.developer.storekit.external-purchase-link-streaming"
}
-->

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

An entitlement that grants a qualifying music-streaming app the ability to communicate and promote offers.

## Discussion

This entitlement enables qualifying music-streaming apps to communicate and promote offers.

If your account receives this 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-streaming</key>
    <true/>
</dict>
</plist>
```

For more information, see <doc://com.apple.documentation/documentation/StoreKit/external-purchase>.

---

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)