Releases: superwall/Superwall-Android
Releases · superwall/Superwall-Android
1.0.0-alpha.30
Enhancements
- SW-2154: The SDK now includes a paywall debugger, meaning you can scan the QR code of any paywall in the editor to preview it on device. You can change its localization, view product attributes, and view the paywall with or without a trial.
Fixes
- More bug fixes relating to the loading of products.
1.0.0-alpha.29
Fixes
- SW-2631: Fixes issue where paywalls weren't showing if the products within them had a base plan or
offer ID set.
1.0.0-alpha.28
Fixes
- SW-2615: Fixes crash on Android versions <8 when accessing the Android 8+ only class Period.
- SW-2616: Fixes crash where the
PaywallViewController
was sometimes being added to a new parent view before
being removed from it's existing parent view.
1.0.0-alpha.27
Breaking Changes
- #SW-2218: Changes the
PurchaseController
purchase function topurchase(activity:productDetails:basePlanId:offerId:)
.
This adds support for purchasing offers and base plans.
Enhancements
- #SW-2600: Backport device attributes
- Adds support for localized paywalls.
- Paywalls are only preloaded if their associated rules can match.
- Adds status bar to full screen paywalls.
Fixes
- Fixes issue where holdouts were still matching even if the limit set for their corresponding rules were exceeded.
- #SW-2584: Fixes issue where prices with non-terminating decimals were causing products to fail to load.
1.0.0-alpha.26
Fixes
- Additional fixes to make Google billing more robust.
- Fixes an issue that causes
transaction_complete
events to fail.
1.0.0-alpha.25
Fixes
1.0.0-alpha.24
Fixes
- Fixes an issue that could cause "n/a" to be displayed on a paywall in place of the proper subscription period string.
1.0.0-alpha.23
Fixes
- Fixes an issue where calling
identify
right afterconfigure
would hang b/c network requests need to access the user id to add to headers. - Fixes a potential crash when loading data from disk
1.0.0-alpha.22
Fixes
- Fixes threading issue
1.0.0-alpha.21
Fixes
- Changes Activity to AppCompatActivity