Skip to content

1.0.0-alpha.19

Pre-release
Pre-release
Compare
Choose a tag to compare
@anglinb anglinb released this 06 Nov 19:18
· 548 commits to main since this release
eaca8f0

Enhancements

  • Adds the ability to provide an ActivityProvider when configuring the SDK. This is an interface
    containing the function getCurrentActivity(), which Superwall will use to present paywalls from.
    You would typically conform an ActivityLifecycleTracker to this interface.

Fixes

  • Fixes app_launch event not triggering
  • Fixes a crash when storing a List to user attributes and if that List or a Map had a null value.