Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update link to repo #7379

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/monetization/Implementing_IAP_for_Activities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ After you've tested your In-App Purchase flows, verify that your application has

## Next Steps

Check out our example implementation of In-App Purchase in our [SDK Playground Example Application](https://github.com/discord/embedded-app-sdk/tree/decc849d4d7c7e7220f8d5306b2ef36756efde88/examples/sdk-playground).
Check out our example implementation of In-App Purchase in our [SDK Playground Example Application](https://github.com/discord/embedded-app-sdk-examples/tree/main/sdk-playground).

The example implementation includes client-side and server-side code. It also follows the [security considerations](#DOCS_MONETIZATION_IMPLEMENTING_IAP_FOR_ACTIVITIES/data-security-considerations) you should make when working with SKUs and entitlements.

<Container>
<Card title="Embedded App SDK Playground" link="https://github.com/discord/embedded-app-sdk-examples/tree/main/sdk-playground">
This reference example implements the commands and events available to you within the Embedded App SDK, including In-App Purchases.
</Card>
</Container>
</Container>