Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        




logo

In-App Paywalls Made Easy 💸





Maven Compatible


Gradle Compatible


MIT License


Community Active


Version Number

----------------

[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.