Present Your First Paywall
Learn how to present paywalls in your app.
Placements
With Superwall, you present paywalls by registering a Placement. Placements are the configurable entry points to show (or not show) paywalls based on your Campaigns as setup in your Superwall dashboard.
The placement campaign_trigger
is set to show an example paywall by default.
Usage
The usePlacement
hook allows you to register placements that you've configured in your Superwall dashboard.
The hook returns a registerPlacement
function that you can use to register a placement.
How is this guide?