Multiple Paywalls

How to use multiple different paywalls in your app.

There are many reasons you might want to use multiple paywalls in your app. Below are a few different examples of use cases that Nami customers use multiple different paywall designs for in their apps.

  • Create a different paywall for your Android and Apple apps.
  • Create different paywalls for different Entitlements.
  • Sell different SKU types such as subscriptions and consumables with different paywalls.
  • Contextualize your paywalls to the specific content your users are trying to access.

If your app has multiple entitlements that unlock distinct content or features, you may want to sell these with different paywalls where you can spend more time articulating the value proposition of each entitlement to your customers.

Another use case we commonly see is an app may sell a subscription, but then also sell some additional credits than a user can purchase to redeem in the app for additional functionality. Once the user has purchased the subscription, you may want to use an entirely different paywall to sell the credits.

Content apps may want to use a different paywall for a user that wants to access political content than for a user looking to watch a sports video.

All of these use cases can be enabled simply on the Nami platform.

Control Center Setup

Nami supports any combination of Paywall Creator or Linked Paywalls in your app campaigns.

To use multiple paywalls in your app, be sure to set the Campaign Label for each campaign. You will use this label to reference which campaign you want to launch in your app.

2492

App Code

In your app code, simply call the launch method with the correct Campaign Label to display the campaign you want.

NamiCampaignManager.launch(label: "YOUR_CAMPAIGN_LABEL")

If the Campaign Label is not found, you'll get a warning in the logs. Check to make sure that the Label in your code matches what is defined in the Control Center and that the campaign has been set live.

For Linked Paywalls be sure that you have registered a callback to render the paywall UI as well. See our Linked Paywall Guide if you need more details.