Skip to main content
Question

Paywall custom actions

  • February 2, 2026
  • 3 replies
  • 64 views

Forum|alt.badge.img

Hello,

Is it possible to have a button on the paywall that triggers a custom action in my app similar to the  Customer Center functionality?

I would like to put a button which (closes the paywall and) resolves an action in my app afterwards.

Thanks,

Stan

This post has been closed for comments

3 replies

joan-cardona
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • February 4, 2026

Hi ​@ssg-26a516,

You can use the Button component’s Deep Link action to perform the trigger in your app. Would that work for your case?

 

BEst,


Forum|alt.badge.img
  • Author
  • New Member
  • February 4, 2026

Hi ​@joan-cardona, thank you for the suggestion - yes, this is my workaround but it’s not a nice user experience as in reality it makes the user go briefly through the browser and then back in the app. Also makes it a requirement to have deep links integrated.

It would be nicer if the paywall closes on click of a button and notifies the app via a listener or something similar to the Customer Center custom actions functionality. Is such a thing in the pipeline?

Best,

Stan


joan-cardona
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • February 10, 2026

Hi ​@ssg-26a516,

Another workaround that I can think of and it’s nicer is the onDismiss listener in the paywall. That will fire every time the paywall is closed, you might want to check the customerInfo data to make sure it’s closed without entitlements in order to perform your action.

 

Let me know if this helps!