This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
Releases: thunderheadone/one-sdk-ios
Releases · thunderheadone/one-sdk-ios
ONE SDK for iOS v2.23.0
- [NEW] Added support for Interaction Studio Theme.
- [NEW] Updated Admin mode Entity Names to match the naming in the web application.
- [BUGFIX] Fixed an issue with iToolbar path mismatch between iOS versions.
- [BUGFIX] Fixed an issue where pressing the poker chip in airplane mode resulted in unresponsive behaviour.
- [BUGFIX] Fixed an issue where one-appInstall interaction and follow-up interaction were using different tids.
ONE SDK for iOS v2.22.2
- [BUGFIX] Resolved an issue where existing deeplinks do not work after integrating ONE SDK.
ONE SDK for iOS v2.22.1
- [BUGFIX] Resolved an issue where the push token was not being sent programmatically when enable push was not switched on and
sendPushToken
was called.
ONE SDK for iOS v2.22.0
- [NEW] Switched from a cookie based login in Admin mode to OAuth 2.
- [NEW] Ability to opt an end-user out of tracking, if the end-user does not give permission to be tracked in the client app.
- [BUGFIX] Fixed an issue where the preview panel in Admin mode would blink when switching snapshot versions.
- [BUGFIX] Fixed an issue where implementing
tableView:performAction:forIndexPath:sender
caused exceptions to be thrown.
ONE SDK for iOS v2.21.1
- [BUGFIX] Fixed an issue where a stack overflow would occur when navigating to a view that contains multiple view controllers.
ONE SDK for iOS v2.21.0
- [NEW] Ability to codelessly optimize table view cells using mini notifications.
- [BUGFIX] Fixed an issue where the
UIToolbar
path was different between iOS 11.2 and iOS versions < iOS 11.2. - [BUGFIX] Resolved an issue where optimizations were not always presented and capture points are not always sent in Preview mode.
- [BUGFIX] Fixed an issue where the Admin popover was not moving to its correct position after the keyboard is appeared in iOS 11.
ONE SDK for iOS v2.20.1
- [BUGFIX] Resolved an issue where the SDK was interfering with implementations of
UILabel
.
ONE SDK for iOS v2.20.0
- [NEW] Added iPhone X support for Admin mode and User mode notifications.
- [NEW] Added the ability to display a mini notification from the top.
- [UPDATE] Updated the codeless identity transfer implementation to only use initWithURL:entersReaderIfAvailable prior to iOS 11.
- [UPDATE] Reviewed and updated the implementation to ensure integrations with Xcode 8.3 are still supported.
- [BUGFIX] Resolved an issue where duplicate properties were sent in some of the send properties requests sent by the SDK.
- [BUGFIX] Resolved an issue where response codes were sent repeatably in some circumstances where a network error would occur.
- [BUGFIX] Resolved an issue where the list items were not presented under the proposition screen when trying to link a proposition to an attribute.
ONE SDK for iOS v2.19.2
- [BUGFIX] Fixed an issue where URL query string encoding is removed when recreating the URL.
ONE SDK for iOS v2.19.1
- [UPDATE] Updated the FMDB implementation to avoid possible App Store rejections (see:ccgus/fmdb#610).
- [BUGFIX] Resolved an issue where the SDK removed url query parameters without a value when adding a one-tid.
- [BUGFIX] Fixed an issue where one-click interactions were being sent twice.