1.0.0-alpha.19
Pre-release
Pre-release
Enhancements
- Adds the ability to provide an
ActivityProviderwhen configuring the SDK. This is an interface
containing the functiongetCurrentActivity(), which Superwall will use to present paywalls from.
You would typically conform anActivityLifecycleTrackerto this interface.
Fixes
- Fixes
app_launchevent not triggering - Fixes a crash when storing a
Listto user attributes and if that List or a Map had a null value.