Enhancements
- Adds
Superwall.shared.confirmAllAssignments()
, which confirms assignments for all placements and returns an array of all confirmed experiment assignments. Note that the assignments may be different when a placement is registered due to changes in user, placement, or device parameters used in audience filters. - Adds a published property
Superwall.shared.configurationStatus
, which replacesisConfigured
. This is an enum which can either bepending
,configured
, orfailed
.
Fixes
- Fixes
UIScreen unavailable in visionOS
error message inPaywallViewController
. - Fixes the error
Symbol not found: _$s10Foundation14NSDecimalRoundyySpySo0B0aG_SPyADGSiSo14NSRoundingModeVtF
, which is an Xcode 16 bug.