Releases: superwall/Superwall-iOS
Releases · superwall/Superwall-iOS
4.0.0-beta.5
Breaking Changes
- Replaces
entitlements.status
withsubscriptionStatus
. entitlementStatusDidChange
reverted tosubscriptionStatusDidChange
.EntitlementStatus
removed in favor ofSubscriptionStatus
.
Enhancements
- Adds
Superwall.shared.subscriptionStatus.isActive
as a convenience variable.
3.12.4
3.12.3
4.0.0-beta.4
Fixes
- Fixes a crash that was caused by a concurrency issue.
4.0.0-beta.3
Breaking Changes
- Renames
PaywallView(event:)
toPaywallView(placement:)
.
Fixes
- Adds extra check to get StoreKit 2 transaction data on
transaction_complete
.
4.0.0-beta.2
Fixes
- Fixes an issue to do with audience filters.
- Re-adds unavailable functions from v3 to make the upgrade path smoother.
4.0.0-beta.1
Fixes
- Removes date checking for transactions, which was resulting in some purchases being marked as restored.
- Checks for the
SKIncludeConsumableInAppPurchaseHistory
info.plist key. If set totrue
, defaults to using.storeKit2
only if on iOS 18+. - Fixes visionOS issues.
3.12.2
3.12.1
3.12.1
Fixes
- Fixes issue for flutter when enabling Apple Search Ads on the Dashboard. This is done by cleaning all user attributes such that only those that are JSON serializable are stored.
- Removes date checking for transactions, which was resulting in some purchases being marked as restored.
4.0.0-alpha.4
Fixes
- Fixes bug for StoreKit version specified in a
transaction_complete
event. - Reverts change of
presented_by_placement_name
topresented_by_event_name
to fix campaign charts.