14.0.1
Fixed
- Resolves an issue where the handling of universal links defaulted to the
UIApplicationDelegateimplementation instead of theUISceneDelegateimplementation when the app was not in foreground.- This would occur even if there was no
UIApplicationDelegateimplementation, resulting in dropped universal link handling under such scenarios.
- This would occur even if there was no
- Fixes a memory leak where base64-encoded tracking IDs in in-app messages would accumulate on background threads.
- Resolves an issue where in-app messages were not dismissed when the user is changed, resulting in the user seeing incorrect content.
- This change also adds
changeUserdismissal reason for in-app messages.
- This change also adds