Question

No hard paywall?

  • 12 February 2024
  • 4 replies
  • 122 views

Badge +2

We use react native and want a hard paywall. 

 

The issue is a user does the onboarding flow > sees paywall > can swipe down or press “x” and it goes.

 

Even if a user goes off the app then back on, the paywall won’t pop up again. 

 

Is revenuecat paywalls only worth doing for freemium business models? If so this should be highlighted upfront. 


4 replies

Userlevel 3
Badge +5

Hi! In react native, you should be able to disable the close button by setting “displayCloseButton” to false in presentPaywall if you are using the 7.16.0 version or later.

Badge +2

Hi! In react native, you should be able to disable the close button by setting “displayCloseButton” to false in presentPaywall if you are using the 7.16.0 version or later.

Hi, how can we prevent the user from swiping down on the paywall? We want to integrate a hard paywall.

Badge +3

Hi! In react native, you should be able to disable the close button by setting “displayCloseButton” to false in presentPaywall if you are using the 7.16.0 version or later.

That’s not a hard paywall. User can dismiss by swiping down.

Badge +1

Also following this

Reply