Releases: devrev/devrev-sdk-ios
Releases · devrev/devrev-sdk-ios
Version 1.1.4
Version 1.1.3
Added
- Created a brand-new sample app showcasing DevRev SDK's features.
- Added support for CSS masking classes using the
devrev-mask
anddevrev-unmask
classes.
Changed
- Improved the handling of the automatic session recording.
Version 1.1.2
Changed
- Enhanced the session analytics feature to work better across different environments.
Removed
- Removed the support for automatic processing of DevRev push notifications. For more info, please refer to the integration guide (README.md).
Version 1.1.1
Fixed
- Improved the stability of the on-demand sessions feature.
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.