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 v6.1.0
- [NEW] Added ability to automatically track
WKWebView
Interactions based on the URL loaded. The Interaction for theViewController
containing theWKWebView
will also automatically be sent. To disable this automatic tracking - see our readme.
ONE SDK for iOS v6.0.0
- [BREAKING] The Thunderhead SDK is now distributed as an XCFramework bundle. The binary contains architecture slices for
arm64
,armv7
for iOS andarm64
,i386, x86_64
for the simulator. For further details on this see our migration guide. - [BREAKING] Updated minimum deployment target to iOS 9.0.
- [BREAKING] Added support for using the Thunderhead SDK with Xcode 12.3. The Thunderhead SDK now requires Xcode 12+ (iOS 14). For further details on this see our readme.
- [BREAKING] Removed the push notification functionality from the Thunderhead SDK. For further details on this see our migration guide.
- [NEW] Added support for integrating the Thunderhead SDK via Swift Package Manager. For further details on this see our readme.
- [NEW] Added support for Interaction tracking for iOS 13+ Modals.
- [UPDATE] Added more granular debug logging to facilitate better customer support when SDKs are migrated from an older to a newer version.
- [BUGFIX] Fixed an issue where the app name was not pulled correctly from the bundle identifier.
- [BUGFIX] Fixed an issue where mini notifications were not always displayed on iOS 13+ Modals.
ONE SDK for iOS v5.3.3
- [BUGFIX] Fixed an issue where tapping on cells could stop navigation to target view, in apps that use RxSwift.
ONE SDK for iOS v5.3.2
- [UPDATE] Xcode 11.3.1 compatible SDK.
ONE SDK for iOS v5.3.1
- [UPDATE] Xcode 11.4.1 compatible SDK.
ONE SDK for iOS v5.3.0
- [NEW] Added ability to send
one-appInstall
andone-appReinstall
Interactions in Preview mode. - [NEW] Added ability to control Data Adapter location sharing. For further details on this see our readme.
- [NEW] Added ability to control the TID keychain storage. For further details on this see our readme.
- [NEW] Added ability to control the TID pasteboard storage. For further details on this see our readme.
- [NEW] Added the prefix [Thunderhead] to all SDK console logs.
- [NEW] Added a new Debug log level which will display granular console logs around how we interact with your app's delegates. For further details on this see our readme.
- [BUGFIX] Fixed an issue where configuring the SDK in Admin mode was overriding an app's status bar color.
- [BUGFIX] Updated the developer documentation to remove build time warnings.
ONE SDK for iOS v5.2.1
- [UPDATE] Xcode 11.3.1 compatible SDK.
ONE SDK for iOS v5.2.0
- [NEW] Added ability to disable in-list mini optimizations. For further details on this see our readme.
ONE SDK for iOS v5.1.1
- [BUGFIX] Fixed a crash related to scrolling observed in some apps.
ONE SDK for iOS v5.1.0
- [NEW] Thunderhead SDK can now be integrated directly via Cocoapods. For further details on this see our readme.
- [BUGFIX] Fixed a crash that was occurring when Thunderhead SDK is integrated into a RxSwift app using
UIScrollViewDelegate
RxSwift.