Hi RevenueCat, I would appreciate some help here. I am developing an app in SwiftUI for iOS and using the RevenueCatUI PaywallView to display offers.
When the paywall presents itself to the user, I would like to verify if the user has made an account with the app before allowing the purchase.
Can you advise on how to make this change without altering the package dependency itself? I would ideally like to make an extension of the PayWallView or a superclass “CustomPayWallView” with custom functionality, but it is a lot of code to read through and edit.
I understand if this is a big ask, but any pointing in the right direction would be a great help. Thank you!
Edit: I would also appreciate a link to the PayWallView API Reference, I can’t seem to find one. Thanks!