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 v10.0.1
- [BUGFIX] Fixed a crash related to
objc_setAssosciatedObject
inOneUserModeManager
class.
ONE SDK for iOS v10.0.0
- [BREAKING] Added support for using the Thunderhead SDK with Xcode 14.0. The Thunderhead SDK now requires Xcode 14+ . For further details on this see our readme.
- [BREAKING] Updated minimum deployment target to iOS 11.0.
ONE SDK for iOS v9.1.3
- [BUGFIX] Fixed a crash that was occuring when Thunderhead SDK is integrated into a RxSwift app using
UIScrollViewDelegate
RxSwift.
ONE SDK for iOS v9.1.2
- [BUGFIX] Fixed a crash occurring on start in Xcode 14 Beta 4+ related to dealloc initiation for
UIViewController
object.
ONE SDK for iOS v9.1.1
- [BUGFIX] Fixed a crash related to Apple CarPlay
CPTemplateApplicationScene
.
ONE SDK for iOS v9.1.0
- [NEW] Added ability to dynamically capture data from other SDKs. For further details on this see our readme.
- [UPDATE] Xcode 13.2 compatible SDK.
ONE SDK for iOS v9.0.0
- [BREAKING] Removed the in-list optimization functionality from the SDK.
- [NEW] Added ability to dynamically switch Workspace configuration while in Admin mode. You can now switch to other spaces easily by simply navigating to the Preview panel in Admin mode and pointing the SDK configuration to another space.
- [NEW] Added ability to send SDK logs to a file while in Admin mode for easy sharing without needing developer support. You can now switch on SDK logging by navigating to the Preview panel in Admin mode. Once you’ve reproduced the issue, return to the same screen to share the logs.
ONE SDK for iOS v8.0.0
- [BREAKING] Added support for using the Thunderhead SDK with Xcode 13.0. The Thunderhead SDK now requires Xcode 13+ (iOS 15). For further details on this see our readme.
- [NEW] Added ability to create entities in Admin mode and codelessly send app preference data for a region to ONE based on configuration.
- [NEW] Added support for Navigation Bars in Admin mode to address iOS 15 changes.
- [UPDATE] Improved codeless tracking to only send outbound link requests based on the Interaction Points specifically configured under the Touchpoint.
ONE SDK for iOS v7.1.0
- [NEW] Added ability to get the current SDK configuration. For more info, see our readme.
ONE SDK for iOS v7.0.0
- [BREAKING] Added support for using the Thunderhead SDK with Xcode 12.5. If you are using an older version of Xcode, you will only be able to archive your app with bitcode disabled.
- [BREAKING] JSON Assets no longer contain HTML encoded entities and the SDK no longer attempts to remove HTML encoded entities. If you still require the old encoding to be returned, please reach out to our support team.
- [BREAKING] Removed deprecated
optOut
method from Thunderhead SDK. For further details on this see our migration guide. - [UPDATE] Deprecated
getStructure
SDK API. For further details on this see our readme. - [UPDATE] Improved codeless Interactions tracking when presenting or dismissing (with or without swipe gestures)
View Controller
s modally. - [UPDATE] Device data is now sent with all runtime requests.
- [BUGFIX] Fixed an issue where regions were not highlighted properly in Edit mode for
View Contrioller
s presented modally. - [BUGFIX] Fixed an issue where optimizations were not shown after dismissing a Modal.
- [BUGFIX] Fixed an issue where a wrong optimization could have been shown on a Modal.