Skip to content

3.3.1

Compare
Choose a tag to compare
@yusuftor yusuftor released this 18 Aug 09:18
· 736 commits to master since this release
e673a54

Enhancements

  • Adds logic to enhance debugging by sending a stringified version of all the device/user/event parameters used to evaluate rules within the paywallPresentationRequest event. This is behind a feature flag.
  • Adds logic to keep the user's generated seed value consistent when Superwall.identify is called. This is behind a feature flag.

Fixes

  • Fixes rare issue when using limits on a campaign rule. If a paywall encountered an error preventing it from being presented, it may still have been counted as having been presented. This would then have affected future paywall presentation requests underneath the same rule.
  • Fixes issue where assets weren't being accessed correctly when installing the SDK via CocoaPods.
  • Fixes crash if you tried to save an object that didn't conform to NSSecureCoding in user attributes.