You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
I have set up RevenueCat and called the configure() which is successful.
When I try and call this (regardless of the shouldDisplayDismissButton being true or false) in my Composables screen:
Paywall(false, {}, null)
I get:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RCPaywallViewController initWithOffering:displayCloseButton:dismissRequestedHandler:]: unrecognized selector sent to instance 0x10e815600'
The text was updated successfully, but these errors were encountered:
I have set up RevenueCat and called the configure() which is successful.
When I try and call this (regardless of the shouldDisplayDismissButton being true or false) in my Composables screen:
Paywall(false, {}, null)
I get:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RCPaywallViewController initWithOffering:displayCloseButton:dismissRequestedHandler:]: unrecognized selector sent to instance 0x10e815600'
The text was updated successfully, but these errors were encountered: