Paywalls (beta)
RevenueCat's Paywalls allow you to remotely configure your entire paywall view without any code changes or app updates. Whether you’re building a new app, exploring new paywall concepts, or diving into experimentation; RevenueCat’s Paywalls make it easy to get started.
Paywalls are only available for iOS 15.0+ and Mac Catalyst 15.0+, but support for Android, tvOS, watchOS, and other platforms is coming soon!
How Paywalls work
Installation
If you already have RevenueCat
in your project:
RevenueCat
in your project:
RevenueCatUI
support on CocoaPods will come later: https://github.com/RevenueCat/purchases-ios/issues/3152
For now, you can follow the instructions below to addRevenueCatUI
through SPM instead.
-
Open your project settings and select "Package Dependencies":
-
Double-click and make sure version is at least
4.26.0
:
-
Open your target settings and find "Frameworks, Libraries, and Embedded Content":
-
Add
RevenueCatUI
:
First time integrating the RevenueCat SDK:
-
Click File -> Add Packages...
-
Search for
[email protected]:RevenueCat/purchases-ios.git
and make sure version is at least4.26.0
:
-
Add
RevenueCat
andRevenueCatUI
SPM dependency to your project:
Overview
Our paywall templates use native code to deliver smooth, intuitive experiences to your customers when you’re ready to deliver them an Offering; and you can use our Dashboard to pick the right template and configuration to meet your needs.
To use RevenueCat Paywalls on iOS, simply:
-
Create a Paywall on the Dashboard for the Offering you intend to serve to your customers
-
import RevenueCatUI
at the point in the user experience when you want to display a paywall. See displaying paywalls for more information.
RevenueCat Paywalls are only available on our iOS SDK and require version >= 4.26.
Android support is coming soon.
Offerings and Paywalls
You can think of a Paywall as an optional feature of your Offering. An Offering is the collection of Products which are organized into Packages to be displayed to your customers as a single "offer" across platforms. Now, with Paywalls, you can control the actual view that is used to display that "offer" in addition to controlling the products that are offered.
Therefore, you can create a unique Paywall for each of your Offerings, and can create an unlimited number of Offerings & Paywalls for each variation you want to test with Experiments.
Limitations
Platforms (support for more coming)
- ✅ iOS 15.0 and higher
- ✅ Mac Catalyst 15.0 and higher
- ❌ tvOS
- ❌ watchOS
- ❌ macOS
- ❌ visionOS
- ❌ Android
Next Steps
- Now that you know how our paywalls work, read about creating paywalls
- Once you're ready to see your paywalls in action, you can follow our guides on displaying paywalls
- If you need inspiration with some paywall examples, you can try our Paywalls Tester app
Updated about 8 hours ago