FixedFixed an issue where stale or deallocated SwiftUI elements could appear in screen captures when using SwiftUI views inside recycled collection view cells.
FixedFixed an issue where the device ID API was inaccessible after SDK initialization, preventing retrieval of the device ID before calling startSession.
AddedYou can now enable precise tagging and analytics capture for SwiftUI views embedded inside UIHostingConfiguration cells using the new enableUIHostingContentViewScan option in PendoOptions.
AddedA new disableSwiftUIListCellNormalization option in PendoOptions allows precise, per-element tagging within SwiftUI List cells, restoring correct predicate generation for individual sub-elements such as separate buttons within the same cell.