Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions content/docs/expo/guides/using-revenuecat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: "If you want to use RevenueCat to handle your subscription-related
Not using RevenueCat? No problem! Superwall works out of the box without any additional SDKs.
</Note>

<Warning>You only need to use a `PurchaseController` if you want end-to-end control of the purchasing pipeline. The recommended way to use RevenueCat with Superwall is by putting it in observer mode.</Warning>

You can integrate RevenueCat with Superwall in one of two ways:

- [`CustomPurchaseControllerProvider` component (recommended)](#custompurchasecontrollerprovider-component)
Expand Down
2 changes: 2 additions & 0 deletions content/docs/using-revenuecat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: "If you want to use RevenueCat to handle your subscription-related
Not using RevenueCat? No problem! Superwall works out of the box without any additional SDKs.
</Note>

<Warning>You only need to use a `PurchaseController` if you want end-to-end control of the purchasing pipeline. The recommended way to use RevenueCat with Superwall is by putting it in observer mode.</Warning>

Integrate RevenueCat with Superwall in one of two ways:

1. **Using a purchase controller:** Use this route if you want to maintain control over purchasing logic and code.
Expand Down
2 changes: 2 additions & 0 deletions content/shared/using-revenuecat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: "If you want to use RevenueCat to handle your subscription-related
Not using RevenueCat? No problem! Superwall works out of the box without any additional SDKs.
</Note>

<Warning>You only need to use a `PurchaseController` if you want end-to-end control of the purchasing pipeline. The recommended way to use RevenueCat with Superwall is by putting it in observer mode.</Warning>

You can integrate RevenueCat with Superwall using several approaches:

1. [**Using a purchase controller:**](#using-a-purchase-controller) Use this route if you want to maintain control over purchasing logic and code.
Expand Down
2 changes: 2 additions & 0 deletions content/shared/web-checkout/using-revenuecat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ After purchasing from a web paywall, the user will be redirected to your app by
If you're using Superwall to handle purchases, then you don't need to do anything here.
</Note>

<Warning>You only need to use a `PurchaseController` if you want end-to-end control of the purchasing pipeline. The recommended way to use RevenueCat with Superwall is by putting it in observer mode.</Warning>

If you're using your own `PurchaseController`, you should follow our [Redeeming In-App](/web-checkout-linking-membership-to-iOS-app) guide.

### Using a PurchaseController with RevenueCat
Expand Down