Skip to content

Releases: superwall/Superwall-iOS

4.0.0-beta.5

30 Jan 16:13
b0b0e4e
Compare
Choose a tag to compare
4.0.0-beta.5 Pre-release
Pre-release

Breaking Changes

  • Replaces entitlements.status with subscriptionStatus.
  • entitlementStatusDidChange reverted to subscriptionStatusDidChange.
  • EntitlementStatus removed in favor of SubscriptionStatus.

Enhancements

  • Adds Superwall.shared.subscriptionStatus.isActive as a convenience variable.

3.12.4

30 Jan 20:51
cc9b758
Compare
Choose a tag to compare

Fixes

  • Simplifies and corrects logic for choosing paywall variants.

3.12.3

29 Jan 11:51
be0daaa
Compare
Choose a tag to compare

Fixes

  • Fixes an issue where trying to purchase a product that was previously purchased may prevent the spinner from disappearing on the paywall.

4.0.0-beta.4

23 Jan 12:44
265a982
Compare
Choose a tag to compare
4.0.0-beta.4 Pre-release
Pre-release

Fixes

  • Fixes a crash that was caused by a concurrency issue.

4.0.0-beta.3

16 Jan 23:41
Compare
Choose a tag to compare
4.0.0-beta.3 Pre-release
Pre-release

Breaking Changes

  • Renames PaywallView(event:) to PaywallView(placement:).

Fixes

  • Adds extra check to get StoreKit 2 transaction data on transaction_complete.

4.0.0-beta.2

14 Jan 23:47
Compare
Choose a tag to compare
4.0.0-beta.2 Pre-release
Pre-release

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

12 Jan 00:52
c8132f7
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release

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 to true, defaults to using .storeKit2 only if on iOS 18+.
  • Fixes visionOS issues.

3.12.2

11 Jan 20:25
2b9e48a
Compare
Choose a tag to compare

Fixes

  • Fixes visionOS build issues.

3.12.1

08 Jan 15:58
393c465
Compare
Choose a tag to compare

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

06 Jan 09:52
Compare
Choose a tag to compare
4.0.0-alpha.4 Pre-release
Pre-release

Fixes

  • Fixes bug for StoreKit version specified in a transaction_complete event.
  • Reverts change of presented_by_placement_name to presented_by_event_name to fix campaign charts.