Skip to main content
Question

Is it possible to use presentPaywallIfNeeded with a footer paywall?

  • 5 September 2024
  • 0 replies
  • 8 views

I’m using a footer paywall:

struct Paywall: View {
var body: some View {
ScrollView {
VStack {

}
}
.paywallFooter()
}
}

However, by doing so, it seems that there is no way to use the “presentPaywallIfNeeded” method, and that I would have to re-implement the logic myself. Is this correct?

0 replies

Be the first to reply!

Reply