Skip to content

Releases: devrev/devrev-sdk-ios

Version 1.1.4

03 Apr 09:11
9ee7f6e
Compare
Choose a tag to compare

Changed

  • Improved the handling of custom fields in user, account and organization traits.

Version 1.1.3

13 Mar 12:39
32b11d1
Compare
Choose a tag to compare

Added

  • Created a brand-new sample app showcasing DevRev SDK's features.
  • Added support for CSS masking classes using the devrev-mask and devrev-unmask classes.

Changed

  • Improved the handling of the automatic session recording.

Version 1.1.2

06 Mar 17:37
379855e
Compare
Choose a tag to compare

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

25 Feb 16:18
943152e
Compare
Choose a tag to compare

Fixed

  • Improved the stability of the on-demand sessions feature.

Version 1.1.0

18 Feb 12:39
73c58a1
Compare
Choose a tag to compare

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

03 Feb 18:28
e1a571c
Compare
Choose a tag to compare

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

13 Jan 14:03
f2aa75d
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with the verified user identification.

Version 1.0.1

03 Jan 14:25
90c1edb
Compare
Choose a tag to compare

Changed

  • Improved the user identification mechanism.

Version 1.0.0

18 Dec 19:28
e8852a0
Compare
Choose a tag to compare

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

10 Dec 13:06
78bce11
Compare
Choose a tag to compare
Version 1.0.0-beta.7 Pre-release
Pre-release

Fixed

  • Fixed the Objective-C method signature for showing the support chat.