I have two subscriptions and two RevenueCat paywalls are attached for each subscription. Now i want to show the paywall for each product in my .sheet () modifier passing the entitlement and offerings in SwiftUI.
can i do achieve through this
.presentPaywallIfNeeded(requiredEntitlementIdentifier: "", offering: Offering(identifier: "", serverDescription: "", availablePackages: []))
Question
SwiftUI, show paywall based on offering and entitlement ids?

This post has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.