Question

No hard paywall?

  • 12 February 2024
  • 5 replies
  • 140 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. 


5 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 +4

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

Badge +4

Paywall should be configurable as hard or soft from the RevenueCat dashboard. Would also be nice to get some acknowledgement that the current SDK doesn’t support hard paywalls at all. You can still swipe away the paywall if the close button is disabled.

Reply