1.0.0-alpha.34
Pre-release
Pre-release
·
1046 commits
to develop
since this release
Breaking Changes
- Changes
Superwall.instance.getUserAttributes()toSuperwall.instance.userAttributes. SuperwallOptions.logging.logLevelis now non-optional. Set it toLogLevel.noneto prevent
logs from being printed to the console.
Enhancements
- SW-2663: Adds
preloadAllPaywalls()andpreloadPaywalls(eventNames:)to be able to manually
preload paywalls. - SW-2665: Adds
Superwall.instance.userIdso you can access the current user's id. - SW-2668: Adds
preferredLocaleandpreferredLanguageLocaleto the device attributes for use in rules. - Adds
Superwall.instance.logLevelas a convenience variable to set and get the log level.
Fixes
- SW-2664: Fixes race condition between resetting and presenting paywalls.