Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@


<p align="center">
<br />
<img src=https://user-images.githubusercontent.com/3296904/158817914-144c66d0-572d-43a4-9d47-d7d0b711c6d7.png alt="logo" height="100px" />
<h3 style="font-size:26" align="center">In-App Paywalls Made Easy 💸</h3>
<br />
</p>

[Superwall](https://superwall.com/) lets you remotely configure every aspect of your paywall — helping you find winners quickly.
> **⚠️ DEPRECATED**
>
> This sdk is deprecated and no longer maintained. Please use our new and improve expo sdk instead:
>
> **👉 [superwall-expo](https://github.com/superwall/superwall-expo)**
>

## Superwall

Expand Down
2 changes: 1 addition & 1 deletion ios/Json/SuperwallOptions+Json.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extension SuperwallOptions {
let isGameControllerEnabled = dictionary["isGameControllerEnabled"] as? Bool ?? false
let storeKitVersion = dictionary["storeKitVersion"] as? String
let enableExperimentalDeviceVariables =
dictionary["enableExperimentalDeviceVariables"] as? Bool
dictionary["enableExperimentalDeviceVariables"] as? Bool ?? false

let superwallOptions = SuperwallOptions()
superwallOptions.paywalls = paywalls
Expand Down
Loading