1.0.0-alpha.19
Pre-release
Pre-release
Enhancements
- Adds the ability to provide an
ActivityProvider
when configuring the SDK. This is an interface
containing the functiongetCurrentActivity()
, which Superwall will use to present paywalls from.
You would typically conform anActivityLifecycleTracker
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.