Guideline 3.1.1
Guideline 3.1.1(a) - In-App Purchase: External Purchase Link Without Entitlement (Non-US Storefront)
Our Take
Apple is rejecting your app because it includes an external purchase link or button directing users to a website for purchasing digital content, but the app is not approved for the External Purchase Link entitlement, or the link is being shown to users in storefronts where this entitlement is not permitted. In 2024, the StoreKit External Purchase Link entitlement allowed apps in the US storefront to include a single link to their website for purchases. Then in 2025, Apple added this clause to the guideline due to a court ruling, "These entitlements are not required for developers to include buttons, external links, or other calls to action in their United States storefront apps. Please see additional details below." While you may explicitly request the entitlement, it's no longer required for the US App Store. Apps showing external purchase links in other storefronts (EU has separate DMA provisions under alternative distribution) without proper authorization will be rejected. This rejection often hits apps that implemented external links globally without restricting them to the approved storefront. It also catches apps that added external purchase buttons without first obtaining the entitlement through Apple's application process.
Resolution Guide
Check your user segmentation
Verify that your user filtering is working correctly so only users with the US storefront can link to an external website for purchasing digital content or subscriptions.
Check your entitlement status
Verify in App Store Connect whether you have been approved for the StoreKit External Purchase Link entitlement. If not, apply for it.
Gate the link by storefront
Use StoreKit's Storefront API to detect the user's App Store country. Only show the external purchase link in storefronts where your entitlement is valid (currently US).
Implement the link correctly
If entitled, use the ExternalPurchaseLink API from StoreKit rather than a raw URL. This ensures Apple's required disclosure sheet is presented.
Remove the link from unauthorized regions
For users in storefronts where you are not entitled, remove the external purchase link entirely and offer IAP as the purchase mechanism.
Handle EU separately
The EU Digital Markets Act has different provisions. If you want to offer external purchases in the EU, you need to use Apple's alternative distribution terms, which have separate requirements.
Prevention
Example Rejection Email
Consider Appealing
Appeal if you believe your entitlement should cover the storefront in question, or if the link was shown in error. Provide evidence of your entitlement approval and the storefront restriction logic.
Before & After
'Subscribe on our website' button visible to all users globally, regardless of storefront
Button only appears for users in the US storefront (detected via Storefront API), with Apple's required disclosure sheet; all other storefronts show IAP subscription options
What changed: The External Purchase Link entitlement is storefront-specific. The link must only appear in authorized regions.
Community Solutions · 0
Sign in to share your solution.
More Guideline 3 (Business) rejections
- Guideline 3.0 - Business: Irrationally High Pricing
- Guideline 3.1.1 - In-App Purchase: Expiring Virtual Currency
- Guideline 3.1.1 - In-App Purchase: External Link for Digital Content in Reader App Without Entitlement
- Guideline 3.1.1 - In-App Purchase: License Key or Serial Number Unlocks
- Guideline 3.1.1 - In-App Purchase: Loot Boxes Without Disclosed Odds
- Guideline 3.1.1 - In-App Purchase: Missing Restore Purchases Button