Superwall lets you remotely configure every aspect of your paywall — helping you find winners quickly.
Paywall is the open source SDK for Superwall, providing 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
!
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 |
🖥 | macOS support |
💯 | Well maintained - frequent releases |
📮 | Great support - email a founder: justin@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:
https://github.com/superwall-me/paywall-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 Paywall SDK in your app, add the following to your Podfile:
pod 'Paywall', '< 3.0.0'
Then, run pod install
.
You can view our iOS SDK documentation. If you'd like to view it in Xcode, select Product ▸ Build Documentation.
For general docs including how to use the Superwall Dashboard, visit docs.superwall.com.
Check out our sample apps for a hands-on demonstration of the SDK:
Please see the CONTRIBUTING file for how to help.
link |
Stars: 16 |
Last commit: 4 days ago |
scripts/setup.sh
and can be run from anywhere.TPInnAppReceipt
dependency for the SDK.experiment
parameter to PaywallInfo
. This will be useful in the next version of Triggers, where you can see details about the experiment that triggered the presentation of the paywall.isPresented
was true
, the paywall would not present/trigger. It now works as expected.Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics