gradient blur
Company

The Superwall Newsletter: Volume 4

Lessons from unlocking 4x Revenue Growth, Boost Conversions with Feature-Based Paywalls, and iOS 18 Goodies

Neon iPhone

Jordan Morgan

Developer Advocate

Published

Welcome to our 3-2-1 newsletter. In each issue, we give you three growth tips, two tech tips and one Superwall tip. In this issue, we'll tackle:

  • πŸ’° Lessons for you to apply from Stardust's 4x revenue growth

  • ↗️ How to easily build feature-based paywalls

  • ✨ And of course, news from our blogs and expertly crafted paywall examples

3 Tips to Grow

Superwall customer Stardust is enjoying a 4x revenue multiplier from our recent white-glove growth service. Here are three critical lessons I've taken from the experience to help you grow your own app (but, definitely read the post - it's full of crazy insights!):

Make Your Pricing Clear and Appealing

Don't just focus on the price itself - think about how you present it. Offering a free trial, showing things like discount percentages, or featuring how much users save can make your pricing more attractive. Stardust saw a huge 131% increase in conversions when they added a free trial to their yearly plan!

But remember, when testing different pricing options, you need to give free trial periods enough time to finish. That way, you can see how many people actually convert to paying customers and your next steps are informed by good data.

Here's the first round of tests Stardust tried:

gradient blur
dashboard-header

Stardust's experiments around copy

And, here's the second round - which had a focus on the annual plan:

gradient blur
dashboard-header

Stardust's experiments around layout, pricing and more

Test Multiple Things at the Same Time:

Speed up your growth by running different experiments at the same time. Some companies call this experimentation layering. How did Stardust do this? By testing a new price presentation while their free trial experiment was still underway. Experimentation layering lets you collect data more quickly and optimize different aspects of your app faster.

But β€” and this is critical if you try experimentation layering β€” it's important to choose tests where the results of one won't directly impact the other.

gradient blur
dashboard-header

Experiment Layering Example

Surprise! Testing Design Matters

A poorly designed paywall with cheaper prices will often under-perform against a well-designed paywall with higher prices. Sometimes, the only way to find what's "good" design is by testing variants. Remember, it's not always about the aesthetics or pricing, but how information is conveyed. Experiment with different approaches and see what resonates best with your users.

Here, Stardust focused on testing video versus a "trial timeline" design:

gradient blur
dashboard-header

Stardust's experiment around video paywalls

2 Tech Tips

With iOS 18 just hitting phones across the globe, I figured now is a great time to call out some new APIs from the release.

1. It's all about App Intents

If App Intents were important before, they are critical now. Not only do they power common app actions, but the list of what they can do continues to grow. It's the new NSUserActivity! With their new schema definitions, we will finally reach the "hands free" flows that we've wanted to do for years with Siri. Plus, there are several quality-of-life additions, like easy integration with Spotlight Search.

The framework is easy to get started with, in fact β€” this is an entire working App Intent:

struct GetCaffeineIntent: AppIntent {
    static var title = LocalizedStringResource("Get Caffeine Intake")
    static var description = IntentDescription("Shows how much caffeine you've had today.")

    func perform() async throws -> some IntentResult {
        let store = CaffeineStore.shared
        let amount = store.amountIngested
        return amount
    }
}

swift

ungroup Copy

Check out this post to dive more into them. If you haven't started yet, now is the time.

2. How about all that new SwiftUI stuff?

SwiftUI gets better every single year, and iOS 18 is no exception. There's a better way to manage geometry changes, perform color mixing and so much more. Wouldn't it be great if there was not only a blog post with code samples, but with working examples too?

Yes, it would. So at Superwall, we made it! Check out this repo which has all sorts of important examples of iOS 18 API additions, SwiftUI included too:

gradient blur
dashboard-header

iOS 18 Tour

1 Superwall Tip

The right paywall, at the right time. We say that phrase all the time here at Superwall. One easy way to do that?

Creating feature-based paywalls.

We touched briefly on these in the last issue, but here I'll show you how you can quickly set them up. Instead of a one-size-fits-all approach, feature-based paywalls allow you to tailor what users see based on their in-app activity. Consider a workout app, where a user taps on a "pro" workout template. On a feature-based paywall, you'd call out those pro workout templates prominently.

Here's how you can use placement parameters to create feature-based paywalls using Superwall's editor:

1. In your code to register a placement, use the params argument, like this:

let params = ["selectedFeature":"teamSize"]
Superwall.shared.register(event: "teamSizeToggle", params: params) {
    toggleTeamSize()
}

swift

ungroup Copy

Now, that data will be shipped along with your placement β€” meaning you can use it all throughout Superwall.

2. Head on over to the paywall editor and create a new variable. Make sure it's the same name as whatever you used in step one (i.e. selectedFeature in our example):

gradient blur
dashboard-header

Adding our placement parameter as a variable in the paywall editor

3. Use dynamic values to update any component on your paywall that should react to the feature the user tried to access:

gradient blur
dashboard-header

Using the placement parameter to change text

And that's it! Now, your paywall can try to sell the exact feature the user wanted to access. This approach can save you from making a bunch of paywalls, with a similar design, when the only changes are copy, images or other elements pertaining to a particular feature. Again, the right paywall, at the right time.

Placement parameters can be used for a bunch of other useful things, too. Here are some ideas:

  1. Create a new audience filter for a campaign based off of one.

  2. Use our Liquid templating engine to use them in your copy (i.e. {{ params.somePlacementParam }}.

  3. Interface with your own in-house analytics.

If you're more of the visual type, I made a video over how to do this recently β€” check that out here.

...One More Thing

From the blog

How to build multi-tiered paywalls

gradient blur
dashboard-header

Pretty Design Tweet

How about this fun, minimalist weather widget by @sovpal?

gradient blur
dashboard-header

Weather Widget

One Nice Paywall

Check out Tripsy - using several best practices for their paywall:

gradient blur
dashboard-header

Tripsy's plans, what's new view and paywall


Thanks for reading, and we'll see you next time!

gradient blur

Get a demo

We'd love to show you Superwall

Want to learn more?

  1. Fill out this tiny form β†’
  2. We'll prepare you a custom demo
  3. Walk you through Superwall
  4. Follow up and answer questions

Key features

  • Drag 'n Drop Paywalls
  • 200+ Custom Templates
  • Unlimited A/B tests
  • Surveys, Charts & More
Select...

By proceeding you consent to receiving emails and our terms.

gradient blur
shape-starshape-starshape-starshape-starshape-star

Customer Stories

Our customers refer to Superwall as their most impactful monetization tool. In their own words:

dashboard-header

Thanks to Superwall, we were able to 2x our iOS app profitability in just six months. It has greatly assisted our growth team in achieving exceptional results by facilitating high-frequency experimentation.

Mojo launch
Bernard Bontemps, Head of Growth
dashboard-header

Really excited about the progress we made recently on paywalls with Superwall. We got more than 50% increase in conversion for upsell screens. This is crazy.

Photoroom launch
Matthieu Rouif, CEO
dashboard-header

Superwall has completely changed the game for us. We’re able to run experiments 10x faster and unlock the ideal monetization model for our users.

RapChat launch
Seth Miller, CEO
dashboard-header

Superwall made testing paywalls so much faster. Instead of releasing a new version of the app each time, we were able to iterate on the winning paywalls much quicker. Thanks to that it increased our revenue per customer by 40%.

Teleprompter launch
Mate Kovacs, Indie Dev
dashboard-header

Superwall lets us move 10x faster on our monetization strategy. We can build and launch multiple paywall iterations without the need for client releases or complicated deploys. Our product iteration loop is days, rather than months because of Superwall.

Citizen launch
Jon Rhome, Head of Product
dashboard-header

Superwall enables Bickster’s marketing team to design and optimize app paywalls, freeing up engineering to concentrate on innovation. As a result, Superwall helped accelerate our install-to-subscription rates, lower engineering expenses, and cured our team’s frustration with the (once) time-consuming process of iterating on paywalls.

Bickster launch
Chris Bick, CEO
dashboard-header

Superwall has revolutionized our monetization strategy. It’s an essential tool that allows rapid paywall testing and optimization, leading to remarkable improvements in our subscription conversions and revenue generation. Can’t recommend Superwall enough for any app-based business.

Coinstats launch
Vahe Baghdasaryan, Sr. Growth
dashboard-header

Superwall has played an integral part of improving our subscription business. Compared to other providers, Superwall has proven superior in facilitating high-frequency experimentation allowing us to achieve an ideal monetization model, resulting in a significant increase in revenue.

Hornet launch
Nils Breitmar, Head of Growth
dashboard-header

Superwall is the single greatest tool we’ve used to help us increase our revenue. Our material wins from Superwall are greater than any tool we’ve worked with to date!

Pixite launch
Jordan Gaphni, Head of Growth
dashboard-header

Shout out to Superwall for helping us dial in our paywall β€” made a big impact on monetization, increasing revenue by more than 50% πŸ’Έ

Polycam launch
Chris Heinrich, CEO
dashboard-header

Superwall increases revenue. Full stop. Being able to test paywalls on the fly and quickly analyze results has drastically increased our revenue and improved our monetization of users. Highly recommend this tool!

Hashtag Expert launch
Zach Shakked, Founder
Start for FREE

Simple win-win pricing

Interest aligned pricing. Contact us for a discount.

dashboard-header
Indie
Free
Up to 250 conversions per month
Access to every standard feature
Try it free

Standard Features

  • 250 Conversions a Month
  • Drag 'n Drop Paywall Editor
  • 200+ Paywall Templates
  • Unlimited A/B tests
  • Charts & Analytics
dashboard-header
Startup
$0.20/conversion
Pay as you go pricing that scales
Up to 5,000 conversions a month
Sign Up

Standard Features

  • 5,000 Conversions a Month
  • Drag 'n Drop Paywall Editor
  • 200+ Paywall Templates
  • Unlimited A/B tests
  • Charts & Analytics
dashboard-header
Growth
Flat-Rate
100% custom flat-rate pricing
Terms that make sense for you
Get a quote

Premium Features

  • Unlimited Conversions
  • We Build Your Paywalls
  • 4 Weekly Growth Meetings
  • Dedicated Slack Channel
  • Custom Integrations