Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Releases: thunderheadone/one-sdk-ios

ONE SDK for iOS v6.1.0

22 Jan 22:09
22f95e2
Compare
Choose a tag to compare
  • [NEW] Added ability to automatically track WKWebView Interactions based on the URL loaded. The Interaction for the ViewController containing the WKWebView will also automatically be sent. To disable this automatic tracking - see our readme.

ONE SDK for iOS v6.0.0

15 Jan 16:17
44dff23
Compare
Choose a tag to compare
  • [BREAKING] The Thunderhead SDK is now distributed as an XCFramework bundle. The binary contains architecture slices for arm64, armv7 for iOS and arm64, 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

19 Nov 20:42
79fe330
Compare
Choose a tag to compare
  • [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

29 Sep 19:02
3f690e8
Compare
Choose a tag to compare
  • [UPDATE] Xcode 11.3.1 compatible SDK.

ONE SDK for iOS v5.3.1

28 Sep 19:24
a85d2fe
Compare
Choose a tag to compare
  • [UPDATE] Xcode 11.4.1 compatible SDK.

ONE SDK for iOS v5.3.0

07 Sep 10:40
42b35bd
Compare
Choose a tag to compare
  • [NEW] Added ability to send one-appInstall and one-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

22 Jun 19:11
a446a88
Compare
Choose a tag to compare
  • [UPDATE] Xcode 11.3.1 compatible SDK.

ONE SDK for iOS v5.2.0

05 Jun 19:55
71caea6
Compare
Choose a tag to compare
  • [NEW] Added ability to disable in-list mini optimizations. For further details on this see our readme.

ONE SDK for iOS v5.1.1

04 Jun 12:43
da7d593
Compare
Choose a tag to compare
  • [BUGFIX] Fixed a crash related to scrolling observed in some apps.

ONE SDK for iOS v5.1.0

01 Apr 21:35
dca0ba2
Compare
Choose a tag to compare
  • [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.