Skip to content

Releases: devrev/devrev-sdk-ios

Version 2.2.2

16 Sep 11:47
Compare
Choose a tag to compare

Changed

  • Improved minor stability of SDK infrastructure.

Version 2.2.1

28 Aug 11:06
Compare
Choose a tag to compare

Added

  • Extended the sample app with masking of web views, table views and lists.

Fixed

  • Fixed the broken Objective-C signature for the identifyVerifiedUser:sessionToken: method.
  • Fixed user properties missing in session recording.

Changed

  • Improved the API reference and integration guide.

Version 2.2.0

05 Aug 14:35
Compare
Choose a tag to compare

Added

  • Introduced custom masking controls for improved privacy management.

Fixed

  • Fixed an issue where manual unmasking did not work during session capture.
  • Resolved a session recording issue affecting SwiftUI views.

Version 2.1.0

26 Jun 12:54
ce7f759
Compare
Choose a tag to compare

Added

  • Introduced crash reporting integrated with session recordings.
  • Improved support widget navigaion.

Fixed

  • Fixed an issue with timer tracking to ensure correct session properties are recorded.

Version 2.0.2

12 Jun 11:40
21d5a4e
Compare
Choose a tag to compare

Fixed

  • Included the actual changes intended for version [2.0.1] related to improved masking support for web views and plugins.

Version 2.0.1

12 Jun 11:17
061c2c0
Compare
Choose a tag to compare

Fixed

  • Improved masking support for web views and plugins.

Version 2.0.0

11 Jun 07:34
8c7ae51
Compare
Choose a tag to compare

Changed

  • Improved the communication with the DevRev backend.
  • Improved the encryption techniques used throughout the SDK.

Removed

  • The DevRevDelegate protocol has been removed.

Version 1.1.7

04 Jun 12:11
29b49ac
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with the sandbox detection.

Deprecated

  • The DevRevDelegate protocol is deprecated. It will be removed in the next major release.

Version 1.1.6

19 May 16:28
361dad7
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the DevRev SDK would go into an unrecoverable state.

Version 1.1.5

30 Apr 15:29
5224dc8
Compare
Choose a tag to compare

Changed

  • Added a flag to enforce the preferred theme for the DevRev UI, overriding system theme when enabled.
  • Added support for sandbox notification testing in debug mode.