Releases: devrev/devrev-sdk-ios
Releases · devrev/devrev-sdk-ios
Version 1.1.0
Added
- Introducing a logout mechanism that clears the user's credentials, unregisters the device from receiving push notifications, and stops the session recording.
- Added a boolean flag to check if the SDK has been configured.
- Added a boolean flag to check if the user has been identified.
- Added a boolean flag to check if the session is being recorded.
- Added a boolean flag to check if the monitoring is enabled.
- Added a boolean flag to check if the on-demand sessions are enabled.
Version 1.0.3
Fixed
- Fixed an issue where an already identified user could not be switched with a new user of the same type.
Deprecated
- This version drops support for iOS versions below 15.
Version 1.0.2
Fixed
- Fixed an issue with the verified user identification.
Version 1.0.1
Changed
- Improved the user identification mechanism.
Version 1.0.0
Added
- Introducing the Session Analytics feature. This feature allows you to monitor the health of your application and its components.
- Added support for Push Notifications for the PLuG support chat.
- Added support for on-demand (offline) sessions.
- Added support to create new conversations in the PLuG support chat.
- Added support for in-app link handling.
Version 1.0.0-beta.7
Fixed
- Fixed the Objective-C method signature for showing the support chat.
Version 1.0.0-beta.6
Added
- Added support to create new conversations in the PLuG support chat.
Version 1.0.0-beta.5
Changed
- Improved the in-app link handling by adding a control flag to dismiss modals when a link is opened.
Fixed
- Fixed an issue where the SDK would not properly read a previously identified user across sessions.
Version 1.0.0-beta.4
Added
- Added support for in-app link handling.
- Added support for on-demand (offline) sessions.
Version 1.0.0-beta.3
Changed
- Improved the push notification APIs to make them more user-friendly.