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.3.8
- [UPDATE] Disabled mini in-list optimizations by default. To continue using this feature you will need to specifically enable this as outlined in our readme.
ONE SDK for iOS v6.3.7
- [BUGFIX] Fixed a crash related to long pressing an embedded link when previewing web URLs.
ONE SDK for iOS v6.3.6
- [BUGFIX] Fixed a crash related to a callout menu view presented from
UIDatePickerView
or long pressing onUINavigationBar
back button.
ONE SDK for iOS v6.3.5
- [BUGFIX] Fixed an issue where
SFSafariViewController
could crash with a URL containing encoded characters.
ONE SDK for iOS v6.3.4
- [BUGFIX] Fixed an issue where in some cases a
View Controller
presented modally caused a memory leak.
ONE SDK for iOS v6.3.3
- [BUGFIX] Fixed a crash related to handling a deallocated
View Controller
hostingWKWebView
.
ONE SDK for iOS v6.3.2
- [BUGFIX] Fixed a crash related to handling
View Controllers
that are deallocated. - [BUGFIX] Fixed an issue where codeless Interactions may not be sent after dismissing a
View Controller
that was presented modally.
ONE SDK for iOS v6.3.1
- [BUGFIX] Fixed a crash that was occurring when tracking WKWebView interactions.
- [BUGFIX] Fixed a crash that was occurring when dismissing
View Controllers
that are presented modally.
ONE SDK for iOS v6.3.0
- [NEW] Added ability to dynamically switch between Admin and User mode without restarting the app.
- [UPDATE] Improved
optOut
method to ensure no Interactions are sent when a user is opted out of all tracking.
ONE SDK for iOS v6.2.0
- [NEW] Added ability to create
WKWebView
URL Interaction paths in ONE directly through the Admin mode interface. - [UPDATE] Aligned
disableAutomaticInteractionDetection
withexcludeInteractionPath
to fully disable the ONE SDK from interacting with the View Controller when the method is called. - [UPDATE] Added more granular framework logging to facilitate better customer support when tracking Interactions.
- [BUGFIX] Addressed an issue that was occurring when checking the list of Interactions created under a Touchpoint, which could’ve led to some offline Interactions not being sent.
- [BUGFIX] Fixed a crash that was occuring when reconfiguring the SDK while the device was offline.
- [BUGFIX] Fixed an issue where Modals were not triggering Interactions in Preview mode.