Changelog
Release notes for the Superwall iOS SDK
CHANGELOG
The changelog for SuperwallKit. Also see the releases on GitHub.
4.13.0
Enhancements
- Adds support for local images and videos in paywalls.
- Schedules trial notifications after purchasing Stripe products.
Fixes
- Fixes race condition relating to the user ID when upgrading from v3 of the SDK to v4.
- Fixes issue where the Superscript version hadn't been upgraded to 1.0.13 if installed via CocoaPods.
4.12.11
Enhancements
- Adds
appstackIdas anIntegrationAttribute.
4.12.10
Enhancements
- Adds native haptic feedback support for paywalls. Haptic types can be configured in the paywall editor and include light, medium, heavy, success, warning, error, and selection.
- Adds
custom callbackaction support allowing you to perform an async action and send the result back to the paywall.
Fixes
- Fixes issue where the
app_installevent was being cleared upon reset, which meant that this couldn't be used withdevice.daysSince_app_installafter reset.
4.12.9
Fixes
- Updates Superscript version to 1.0.13. This fixes an issue with String and Int comparison. View the original Rust release changelog here.
- Fixes an issue where dismissing a modally presented paywall didn't fire
paywall_decline.
4.12.8
Enhancements
- Exposes the
introOfferTokenonStoreProductso that those using a PurchaseController can take advantage of the introductory offer eligiblity override.
Fixes
- Stop logging
paywallWebviewLoad_timeoutevents because they were confusing. - Only refreshes terminated webviews once to avoid infinite reloading loops on low RAM devices.
4.12.7
Fixes
- Fixes microphone permission request to prevent App Store Connect warnings.
4.12.6
Enhancements
- Adds post purchase actions support.
Fixes
- Fixes a rare issue where TestFlight products could display in a different currency on the paywall than on Apple's payment sheet.
4.12.5
Enhancements
- Adds microphone permission request support.
Fixes
- Fixes issue where the notification permission prompt would not appear if provisional notification permission was already granted.
4.12.4
Enhancements
- Adds back in contacts and location permission requests but this time will not get flagged in App Store review if they're not being used.
- Adds App Tracking Transparency permission request.
4.12.3
Fixes
- Removes contacts and location permission APIs to prevent App Store warnings.
4.12.2
Fixes
- Fixes issue building for Mac Catalyst.
4.12.1
Enhancements
- Adds
redemptionInfo.paywallInfo.productwhich contains information about the product that was purchased. This deprecatesredemptionInfo.paywallInfo.productIdentifierin favor ofredemptionInfo.paywallInfo.product.identifer.
4.12.0
Enhancements
- Adds
paywallPreload_startandpaywallPreload_completeevents. - Adds
request permissionaction support allowing you to request notification, location, photos, contacts, and camera permissions from paywalls. - Improves drawer presentation style corner rounding by applying the device radius on bottom corners.
Fixes
- Updates Superscript version to 1.0.12. This fixes an issue with
appVersionPaddedcomparison. View the original Rust release changelog here.
4.11.2
Fixes
- Deprecates
device.isApplePayAvailableand defaults it totrue. This also removes the PassKit import, which was getting flagged for some developers in review.
4.11.1
Fixes
- Fixes issue where
isApplePayAvailablebeing calculated off the main thread could cause a crash. - Fixes potential crashes in WebKit navigation delegate methods.
4.11.0
Enhancements
- Adds the ability to override introductory offer eligibility via the paywall editor.
- Adds dynamic notification support and scheduling.
- Adds
refreshConfiguration()to manually refresh the SDK configuration. This should only be used in wrapper SDKs in development for hot reloading. - Adds
offerType,subscriptionGroupIdandstoretoSubscriptionTransactionandNonSubscriptionTransaction.
Fixes
- Fixes an issue where not all product IDs belonging to
Entitlements inCustomerInfowere being included.
4.10.8
Enhancements
- Adds support for
Set user attributesaction. - Adds new
SuperwallDelegatemethod calleduserAttributesDidChangethat notifies you when user attributes change from an external source. - Adds
firebaseInstallationIdas anIntegrationAttribute.
Fixes
- Fixes a crash caused by a race condition when accessing JSON dictionaries concurrently.
- Fixes issue returning the
PurchaseResultfromSuperwall.shared.purchase(_:)when using StoreKit 1 inside aPurchaseController. - Fixes
handleDeepLinkreturning true for non-Superwall URLs when called before configuration completes.
4.10.6
Fixes
- Fixes issue that prevented the SDK from being built on old Xcode versions.
4.10.5
Fixes
- Updates
device.isApplePayAvailablefor more accurate filtering. Previously it returned true whenever the device supported Apple Pay, even if no card was added. It now returns true only when the device supports Apple Pay and the user has added a card. - Fixes issue where
didRedeemLinkmight not get called if there's no paywall available to present an alert from.
4.10.4
Fixes
- Updates Superscript version to 1.0.10. This fixes an issue with namespacing in cocoapods. View the original Rust release changelog here.
- Fixes some issues building for visionOS.
4.10.3
Fixes
- Fixes issue where
Superwall.shared.confirmAllAssignments()would be return an emptySetif config hadn't been retrieved.
4.10.1
Fixes
- Fixes issue where
willRedeemLinkmight get called twice during the web checkout payment sheet flow. - Fixes issue where paywall might get dismissed prematurely during web checkout.
- Fixes issue where the spinner on the paywall wasn't showing for a few seconds after the system closed the web checkout payment sheet due to a successful purchase.
4.10.0
Enhancements
- Adds
CustomerInfo. This contains the latest information about all of the customer's purchase and subscription data. This can be accessed via the published propertySuperwall.shared.customerInfo, viaSuperwall.shared.getCustomerInfo(), via theAsyncStreamcustomerInfoStream, or via the delegate methodcustomerInfoDidChange(from:to:). This updates theEntitlementobject to have more properties such asstartsAtandexpiredAt. These can be used in audience filters. - Adds
Superwall.shared.entitlements.byProductIds(_:)to return aSetofEntitlementobjects belonging to a given set of product identifiers. - Changes the
PurchaseControllerexamples to account forCustomerInfochanges. - Adds
transaction_abandoncapability to web checkout payment sheet.
Fixes
- Fixes issue after purchasing web products where localized strings weren't correct in SDK wrappers like Expo.
How is this guide?
Edit on GitHub