Skip to content

Releases: devrev/devrev-sdk-ios

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.

Version 1.0.0-beta.6

06 Dec 18:39
1fff669
Compare
Choose a tag to compare
Version 1.0.0-beta.6 Pre-release
Pre-release

Added

  • Added support to create new conversations in the PLuG support chat.

Version 1.0.0-beta.5

25 Nov 08:38
76b1e66
Compare
Choose a tag to compare
Version 1.0.0-beta.5 Pre-release
Pre-release

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

22 Nov 15:12
cae06ed
Compare
Choose a tag to compare
Version 1.0.0-beta.4 Pre-release
Pre-release

Added

  • Added support for in-app link handling.
  • Added support for on-demand (offline) sessions.

Version 1.0.0-beta.3

06 Nov 16:00
f0d0b09
Compare
Choose a tag to compare
Version 1.0.0-beta.3 Pre-release
Pre-release

Changed

  • Improved the push notification APIs to make them more user-friendly.