From ca0a8fada360f900c00f6de8c0abee9817cc67ab Mon Sep 17 00:00:00 2001 From: Brian Anglin Date: Sat, 10 Jan 2026 12:39:46 -0800 Subject: [PATCH] Add SDK Setup page to Web Checkout guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Created new SDK Setup page with platform-specific links for iOS, Android, Flutter, React Native, and Expo - Added the page to Web Checkout navigation under Implementation section - Provides centralized location for developers to find platform-specific Web Checkout documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- content/docs/web-checkout/meta.json | 1 + .../web-checkout/web-checkout-sdk-setup.mdx | 42 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 content/docs/web-checkout/web-checkout-sdk-setup.mdx diff --git a/content/docs/web-checkout/meta.json b/content/docs/web-checkout/meta.json index d3ed2af..22e061a 100644 --- a/content/docs/web-checkout/meta.json +++ b/content/docs/web-checkout/meta.json @@ -13,6 +13,7 @@ "web-checkout-creating-campaigns-to-show-paywalls", "---Implementation---", + "web-checkout-sdk-setup", "web-checkout-direct-stripe-checkout", "web-checkout-testing-purchases", "web-checkout-managing-memberships", diff --git a/content/docs/web-checkout/web-checkout-sdk-setup.mdx b/content/docs/web-checkout/web-checkout-sdk-setup.mdx new file mode 100644 index 0000000..8037b31 --- /dev/null +++ b/content/docs/web-checkout/web-checkout-sdk-setup.mdx @@ -0,0 +1,42 @@ +--- +title: "SDK Setup" +description: "Platform-specific setup guides for Web Checkout implementation" +--- + +Choose your platform below to get started with Web Checkout in your app: + + + + Setup Web Checkout for iOS apps with Swift + + + Setup Web Checkout for Android apps with Kotlin/Java + + + Setup Web Checkout for Flutter apps + + + Setup Web Checkout for React Native apps + + + Setup Web Checkout for Expo apps + + + +## What's Next? + +After setting up Web Checkout for your platform: + +1. **Configure Deep Links**: Each platform requires deep link setup to redirect users back to your app after purchase +2. **Handle Redemption**: Implement delegate methods to handle purchase redemption +3. **Test Your Integration**: Use test mode to verify your implementation before going live + +## Platform-Specific Features + +Each SDK provides platform-specific features for Web Checkout: + +- **Post-Checkout Redirecting**: Handle users returning to your app after purchase +- **Using RevenueCat**: Integrate Web Checkout with RevenueCat for subscription management +- **Linking Membership**: Connect web purchases to in-app subscriptions + +Visit your platform's guide above to learn more about these features and implementation details. \ No newline at end of file