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