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.3.8

25 Jun 19:07
9d1ab41
Compare
Choose a tag to compare
  • [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

07 May 07:21
54637b4
Compare
Choose a tag to compare
  • [BUGFIX] Fixed a crash related to long pressing an embedded link when previewing web URLs.

ONE SDK for iOS v6.3.6

05 May 18:38
abfc443
Compare
Choose a tag to compare
  • [BUGFIX] Fixed a crash related to a callout menu view presented from UIDatePickerView or long pressing on UINavigationBar back button.

ONE SDK for iOS v6.3.5

20 Apr 22:49
aaa1d02
Compare
Choose a tag to compare
  • [BUGFIX] Fixed an issue where SFSafariViewController could crash with a URL containing encoded characters.

ONE SDK for iOS v6.3.4

14 Apr 13:27
63e7717
Compare
Choose a tag to compare
  • [BUGFIX] Fixed an issue where in some cases a View Controller presented modally caused a memory leak.

ONE SDK for iOS v6.3.3

19 Mar 17:47
f778c1b
Compare
Choose a tag to compare
  • [BUGFIX] Fixed a crash related to handling a deallocated View Controller hosting WKWebView.

ONE SDK for iOS v6.3.2

19 Mar 00:38
1d21655
Compare
Choose a tag to compare
  • [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

26 Feb 16:48
30d4b82
Compare
Choose a tag to compare
  • [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

19 Feb 20:40
bc8b7a4
Compare
Choose a tag to compare
  • [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

09 Feb 21:18
57bc9b7
Compare
Choose a tag to compare
  • [NEW] Added ability to create WKWebView URL Interaction paths in ONE directly through the Admin mode interface.
  • [UPDATE] Aligned disableAutomaticInteractionDetection with excludeInteractionPath 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.