iOS Native SDK 3.14.4
1 week ago
FixediPad split-view tags breaking on iOS 27. iOS 27 identifies the sidebar toggle differently from iOS 26, changing the feature identifier on every screen so existing tags stopped matching. The SDK now normalizes it, keeping earlier tags working.
FIXEDImproved stability and performance: screen-scan text encoding now reuses cached results, greatly reducing main-thread memory allocations.
FixedSwiftUI toolbar buttons becoming untaggable on iOS 27. iOS 27 stopped exposing the item's identifier on the view the SDK reads, so it dropped out of the screen's element set. The SDK now reads it from the accessibility element the view exposes.
Fixedtags on SwiftUI toolbar buttons breaking on iOS 27. iOS 27 changed how a toolbar item is exposed to the accessibility scan, so existing tags stopped matching. The SDK now restores the earlier structure, keeping tags created on iOS 26 working