Skip to main content

Hey there, I have one paywall that has annual-monthly-weekly subscription. I want to have another paywall that has lifetime subscripton and uses same entitlement that my initial paywall has. I want to show user my lifetime paywall after the user dismiss our initial paywall. How to achieve that in UIKit? Is there a way? I can’t find in the docs etc.

Hi ​@cagataygedik,

The best way to achieve data is duplicating an offering and give it a specific id and set the new paywall for that one. Then in your code you can use the placement targeting feature which will show a different offering and paywall for certain flows of your app that you define. You can read more about it here.

Let me know if this works!