Enhancements
- Adds
handleSuperwallDeepLink(_:pathComponents:queryParameters:)
to theSuperwallDelegate
. This is called when all deep links from the web checkout are handled. This link may arrive as either a universal link (https://yoursubdomain.superwall.app/app-link/...
) or a custom URL scheme (subdomain://yoursubdomain.superwall.app/app-link/...
). - Adds
url
,path
,pathExtension
,lastPathComponent
,host
,query
, andfragment
to thedeepLink_open
event, which you can use in audience filters.
Fixes
- Fixes a race condition when identifying and then immediately getting user attributes.
- Removes usage of private API
LSApplicationWorkspace
.