1.0.0-alpha.38
Pre-release
Pre-release
·
1034 commits
to develop
since this release
Enhancements
- SW-2682: Adds
Superwall.instance.latestPaywallInfo, which you can use to get thePaywallInfoof
the most recently presented view controller. - SW-2683: Adds
Superwall.instance.isLoggedIn, which you can use to check if the user is logged in.
Fixes
- Removes use of
USE_EXACT_ALARMpermission that was getting an app rejected. - Fixes issue with scheduling notifications. The paywall wasn't waiting to schedule notifications
before dismissal so the permissions wasn't always showing.