Keeping tabs on revenue is critical for apps. From identifying trends to seeing how price tests are performing, it's not something you can do without. When it comes to breaking down revenue, though, you have a lot of options. Whether you use another third-party service, or the first-party tools offered by App Store Connect — at Superwall, we also have a robust suite of revenue tracking tools.
Plus, they're also free.
Today, I'd love to show off what you get when you set this up with Superwall. I'll also briefly cover some of the options you have at your disposal to get up and running quickly. Currently, our revenue tracking supports iOS apps — but we're closing in on Google Play support, too. I'll update this post once we have it live.
Revenue charts
Our best-in-class charts are the star of the show here. They let you slice and dice data in several different ways, making it easy to see and understand the impacts of any price test, paywall change, or similar tests. In terms of revenue, some of the primary ones to check out are:
Proceeds: Revenue after refunds, store fees, and taxes. In essence, your take-home amount.
Sales: Revenue before refunds, taxes, and fees.
New Trials: Trial starts, organized by trial start date.
Refunds: Ratio of refunds to gross proceeds, organized by first purchase date.

Revenue charts support natural language in their date range filtering, too. You could type something like "Last four weeks" and Superwall will magically filter to that date range:
If you're a visual person, you can get a walk through of our revenue charts over on YouTube:
If you decide to integrate Superwall in your app, or already have, then you can enjoy our entire suite of charts. We go beyond just revenue, too. We have charts for paywall conversions, users, new trial starts, and more. Check out the docs for a complete list.
Transactions
One of my favorite features is the transactions view:

Here, you can see recent transactions such as trial conversions, trial starts and more. If you're using our no-code integration, your transactions will look a bit like this:

However, if you integrate Superwall altogther, or simply enable Observer Mode, Superwall can fill in more information such as associating events to user identifiers:
let options = SuperwallOptions()
options.shouldObservePurchases = true
Superwall.configure(apiKey: "your_api_key", options: options)
swift
Then, your charts can display a bit more information, like you saw in the first transaction view. Having Superwall integrated or using observer mode for revenue tracking purposes gives you a bit more insight, and it's still entirely free.
iOS client
Our iOS client is a great way to check out proceeds on the go. No matter if you have one or several apps, you can setup widgets to keep tabs on proceeds throughout the day:

And, when you login at superwall.com, you'll see your proceeds by default in our dashboard.
Setting up a revenue source
When it comes to revenue tracking, all you have to do is setup a source. If you've not integrated the Superwall SDK, no worries. As I mentioned previously, we offer a no-code integration, meaning you can do the setup without releasing an update or changing any code. Our docs have a comprehensive walkthrough, so I'll cover the basics here.
Once you've created an iOS app in Superwall, head to Settings -> Revenue Tracking. From there, you have three options to choose from:
App Store Connect: The most common option, here — you let Apple pipe us revenue data directly into Superwall via App Store Server Notifications.
Event forwarding: Similar to above, but here - you forward events to Superwall that you receive from your own server implementations.
RevenueCat: If you're using RevenueCat with Superwall, you can use their events and send them over to Superwall.
Once you've done that, Superwall will start receiving monetization events. Plus, if you setup Superwall with the App Store Connect API, we can pull additional information — such as product data. You can even get the In-App Purchase Configuration file configured so Superwall can power things such as refund protection if you'd like.
Amazing revenue analytics, all for free
We're committed to making the best tools around for apps of all sizes, no matter if you're a massive company or a thriving indie developer. Superwall can make your life easier and your revenue higher, and our free revenue tracking features are just one of the many ways we do that.
Get started with everything mentioned here for free today by signing up. And, if you're ready to grow your revenue, you can ship an update at any point to start running paywall experiments with our SDK.