Superwall lets you remotely configure every aspect of your paywall — helping you find winners quickly.
SuperwallKit is an open source framework that provides a wrapper around WebKit
for presenting and creating paywalls. It interacts with the Superwall backend letting you easily iterate paywalls on the fly in Swift
or Objective-C
!
- If you're upgrading from v2.x of our SDK (called Paywall), please follow our Migration Guide
Superwall | |
---|---|
✅ | Server-side paywall iteration |
🎯 | Paywall conversion rate tracking - know whether a user converted after seeing a paywall |
🆓 | Trial start rate tracking - know and measure your trial start rate out of the box |
📊 | Analytics - automatic calculation of metrics like conversion and views |
✏️ | A/B Testing - automatically calculate metrics for different paywalls |
📝 | Online documentation up to date |
🔀 | Integrations - over a dozen integrations to easily send conversion data where you need it |
💯 | Well maintained - frequent releases |
📮 | Great support - email a founder: jake@superwall.com |
The preferred installation method is with Swift Package Manager. This is a tool for automating the distribution of Swift code and is integrated into the swift compiler. In Xcode, do the following:
- Select File ▸ Add Packages...
- Search for
https://github.com/superwall-me/Superwall-iOS
in the search bar. - Set the Dependency Rule to Up to Next Major Version with the lower bound set to 3.0.0.
- Make sure your project name is selected in Add to Project.
- Then, Add Package.
Cocoapods is an alternative dependency manager for iOS projects. For usage and installation instructions, please visit their website. To include the Superwall SDK in your app, add the following to your Podfile:
pod 'SuperwallKit', '< 4.0.0'
Next, run pod repo update
to update your local spec repo.
Then, run pod install
from your terminal.
Sign up for a free account on Superwall and read our docs.
You can also view our iOS SDK docs. If you'd like to view it in Xcode, select Product ▸ Build Documentation.
Read our Kodeco (previously Ray Wenderlich) tutorial: Superwall: Remote Paywall Configuration on iOS.
Check out our sample apps for a hands-on demonstration of the SDK:
- Swift-UIKit with RevenueCat Example App
- Swift-UIKit with StoreKit Example App
- SwiftUI Example App
- Objective-C-UIKit
Please see the CONTRIBUTING file for how to help.