Superwall lets you remotely configure every aspect of your paywall — helping you find winners quickly.
We're in the process of releasing a new v3 version of the framework called SuperwallKit.framework. It's currently in beta status. If you don't want to use the beta, please use Paywall.framework, which is available on version 2.x.
SuperwallKit and Paywall are clients for Superwall's remote paywall configuration platform.
Paywall is the currently supported, production-ready, 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
!
SuperwallKit is our next big release. It is a rename of Paywall
to SuperwallKit
and contains a lot of breaking changes. You can see the changes in our changelog.
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: [email protected] |
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:
https://github.com/superwall-me/Superwall-iOS
in the search bar.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', '3.0.0-rc.7'
If you don't want to use the v3 beta, you'll need to add this instead:
pod 'Paywall', '< 3.0.0'
Then, run pod install
.
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.
Check out our sample apps for a hands-on demonstration of the SDK:
Sign up for a free account on Superwall and read our docs.
You can also view our iOS SDK docs.
Read our Kodeco (Ray Wenderlich) tutorial: Superwall: Remote Paywall Configuration on iOS
Please see the CONTRIBUTING file for how to help.
link |
Stars: 40 |
Last commit: 3 days ago |
transactionBackgroundView
PaywallOption
to Objective-C by making it non-optional and adding a none
case in place of setting it to nil
.getPaywallViewController
to getPaywall
.paywallStatePublisher
property on PaywallViewController
to statePublisher
.SWPresentationError
to SWKPresentationError
.Logging
SuperwallOption
to Objective C.info
on the PaywallViewController
.rawTrialPeriodPrice
, trialPeriodPrice
, trialPeriodDailyPrice
, trialPeriodWeeklyPrice
, trialPeriodMonthlyPrice
, trialPeriodYearlyPrice
.Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics