Skip to content

1.1.9

Compare
Choose a tag to compare
@ianrumac ianrumac released this 12 Jul 10:56
· 304 commits to develop since this release
43ac4be

Deprecations

  • Deprecated configuration method Superwall.configure(applicationContext: Context, ...) in favor of Superwall.configure(applicationContext: Application, ...) to enforce type safety. The rest of the method signature remains the same.

Fixes

  • SW-2878: and it's related leaks. The PaywallViewController was not being properly detached when activity was stopped, causing memory leaks.
  • SW-2872: Fixes issue where deviceAttributes event and fetching would not await for IP geo to complete.
  • Fixes issues on tablet devices where the paywall would close after rotation/configuration change.