Hi there,
I am currently display my default paywall using .sheet & PaywallView() however I am having issues with the view refusing to compile if I attempt to add PaywallView(offerings:) parameter.
In my class that connects to the sdk I have tried adding:
1Purchases.shared.getOfferings { (offerings, error) in2 if let packages = offerings?.offering(identifier: "experiment_group")?.availablePackages {3 self.display(packages)4 }5 }
but with this I just get the error that no member “display” exists, no matter what I do.
Have I missed something? I’m still very new to paywalls so please excuse my lack of experience. I should add, I am targeting iOS 17 & using SwiftUI.
Many Thanks, Billie

