Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
iOS App Extensions: add warning to mention that purchases aren't al…
Browse files Browse the repository at this point in the history
…lowed

We had a customer recently try to purchase directly from a Safari extension. Hopefully calling out this limitation will save time for some people.
  • Loading branch information
NachoSoto committed Jun 28, 2023
1 parent b5ae679 commit 9099d41
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ After you enable app groups, you will be able to access a user's active subscrip
]
[/block]

Now the app extension and parent app can both use the shared UserDefaults suite.


Now the app extension and parent app can both use the a shared UserDefaults suite.
[block:callout]
{
"type": "warning",
"title": "Purchases aren't allowed on extensions",
"body": "Even though you can configure the SDK, it's only read-only. Purchasing will not work because extensions don't have access to the parent's app Bundle and therefore can't extract the receipt after a purchase."
}
[/block]

0 comments on commit 9099d41

Please sign in to comment.