Navigation

iOS SDK changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.2.0] - 2022-11-22

Added

  • Added metadata to the attach function.
  • Exposed the identify function to the SDK.
  • Exposed the device identity property on the Sabil.shared instance.

[2.1.1] - 2022-11-06

Fixed

  • An issue causing onCurrentDeviceLogout to be called multiple times when triggered.

[2.1.0] - 2022-11-06

Added

  • Support for realtime device events. When user is remotely logged out, the device will immediately trigger the necessary callbacks.

Changed

  • Dependencies of the library now include SSE event implementation by our friends in LaunchDarkly.

2.0.0 - 2022-08-31

Changed

  • Used the new v2 API for Sabil. V1 is deprecated.