Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superwall/superwall-android
Remotely configure every aspect of your paywall and double your revenue.
https://github.com/superwall/superwall-android
android iap java jetpack-compose kotlin kotlin-coroutines ota receipt-validation revenue-cat
Last synced: about 2 months ago
JSON representation
Remotely configure every aspect of your paywall and double your revenue.
- Host: GitHub
- URL: https://github.com/superwall/superwall-android
- Owner: superwall
- License: mit
- Created: 2023-05-18T22:57:23.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-11-29T16:05:04.000Z (2 months ago)
- Last Synced: 2024-11-29T16:26:49.860Z (2 months ago)
- Topics: android, iap, java, jetpack-compose, kotlin, kotlin-coroutines, ota, receipt-validation, revenue-cat
- Language: Kotlin
- Homepage: https://superwall.com
- Size: 89.7 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
In-App Paywalls Made Easy 💸
----------------
[Superwall](https://superwall.com/) lets you remotely configure every aspect of your paywall — helping you find winners quickly.
## Superwall
**Superwall** is an open source framework that provides a wrapper around `WebView` for presenting and creating paywalls. It interacts with the Superwall backend letting you easily iterate paywalls on the fly in `Kotlin` or `Java`!
## Features
| | 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](https://superwall.com/docs/android-beta) up to date
🔀 | [Integrations](https://superwall.com/docs/android-beta) - over a dozen integrations to easily send conversion data where you need it
💯 | Well maintained - [frequent releases](https://github.com/superwall/Superwall-Android/releases)
📮 | Great support - email a founder: [email protected]## Installation
### Gradle
> For a more complete instruction set, [visit our docs](https://superwall.com/docs/installation-via-gradle).
The preferred installation method is with [Gradle](https://superwall.com/docs/installation-via-gradle). This is a tool for automating the distribution of Kotlin/Java code and is integrated into the Android Studio compiler. In Android Studio, do the following:
- Open **build.gradle**
- Add `implementation "com.superwall.sdk:superwall-android:"` [latest version](https://github.com/superwall/Superwall-Android/releases)
- Make sure you press `Sync Now`
- Edit your **AndroidManifest.xml** by adding:
```xml
```
- Start configuring the SDK 👇## Getting Started
[Sign up for a free account on Superwall](https://superwall.com/sign-up) and [read our docs](https://superwall.com/docs/android-beta).
## Contributing
Please see the [CONTRIBUTING](.github/CONTRIBUTING.md) file for how to help.