Navigation
iOS SDK changelog
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Download latest SDK binary
[3.0.2] - 2024-04-16
Fixed
- The framework had build errors for ARM64 devices. This has been fixed.
- Added missing library versions for server side handling.
[3.0.0] - 2024-01-07
Changed
- Updated the SDK to use the new v3 API for Rupt. V2 is deprecated.
- This is a breaking change. You will need to update your code to use the new API.
- See the quick start guide for the updated usage.
[2.2.2] - 2023-02-27
Changed
- Change the name of the iOS SDK to Rupt
[2.2.0] - 2022-11-22
Added
- Added
metadata
to theattach
function. - Exposed the
identify
function to the SDK. - Exposed the device identity property on the
Rupt.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 Rupt. V1 is deprecated.