Unity - Present Paywall Builder paywalls
If you've customized a paywall using the Paywall Builder, you don't need to worry about rendering it in your mobile app code to display it to the user. Such a paywall contains both what should be shown within the paywall and how it should be shown.
To display a paywall view, simply call the view.present()
method. If you've already defined a view
object in a previous step, feel free to use it. In the following snippet, we'll introduce a new view
for better visibility.
Unity
view.Present((error) => {
// handle the error
});