Question

Callback events for PaywallView manual presentation

  • 4 March 2024
  • 1 reply
  • 30 views

Badge +2

I’m intergrating RevenueCat Paywalls. There are two main ways to present a paywall in SwiftUI using View modifier `presentPaywallIfNeeded(...)` or manually allocating `PaywallView(displayCloseButton: true)`. And there is not callback events for manual allocation, how to handle events in this case?


This post has been closed for comments

1 reply

Userlevel 3
Badge +5

Hi! You can use .onPurchaseCompleted as a callback after PaywallView.