Got a default paywall that is working well with a state for showing a sheet and a sheet modifier
.sheet(isPresented: self.$displayPaywall) {
PaywallView(displayCloseButton: true)
}
But I would like to have another paywall in select places. I’m unable to find documentation on this. The params available include “offering” for PaywallView and I’ve tried setting it with a string matching my other paywall offering id and also tried declaring it prior to the view.
Does not work at all and makes the project not build.
Is there any documentation available on this for paywall v2? This page has nothing on how to use the offering parameter - https://www.revenuecat.com/docs/tools/paywalls-v2/displaying-paywalls