Hello,
I’m trying to set the paywall dynamically inside of my app, and I have certain offers that do not yet have paywalls created.
I was trying to create a fallback in this case, to prevent user error on our end, in the case we do not have a paywall setup for a specific offer, so that we dont present the user with a black paywall screen.
I noticed there wasnt any event that triggers in this case that ` RevenueCatUI.PaywallError 0 ` fires.
Wondering if there is a way to react to this error being fired, so I can handle it.
Thanks