diff --git a/README.md b/README.md
index 0ce2831..df3fc89 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+
+
@@ -5,7 +7,12 @@
-[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
diff --git a/ios/Json/SuperwallOptions+Json.swift b/ios/Json/SuperwallOptions+Json.swift
index 7c5d4f4..778a48a 100644
--- a/ios/Json/SuperwallOptions+Json.swift
+++ b/ios/Json/SuperwallOptions+Json.swift
@@ -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