DEVELOPERS

Pendo Mobile SDK

React Native Plugin 3.13.2

5 days ago

FixedFixed an issue where features inside custom bottom tab bar components were not taggable in the Visual Design Studio.

AddedYou can now enable off-main-thread image capture for Session Replay on iOS using the new enableSessionReplayOffMainImageEncode option, reducing UI hangs on image-heavy screens.

iOS Native SDK 3.13.5

5 days ago

AddedYou can now enable off-main-thread image capture for Session Replay using the new enableSessionReplayOffMainImageEncode option, reducing UI hangs on image-heavy screens.

iOS Native SDK 3.13.4

6 days ago

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.

Android Native SDK 3.13.4

6 days ago

AddedFor users who don't use Anonymous to known feature, can now retrieve the Pendo device ID before calling startSession, giving you earlier access to the device identifier in your initialization flow.

AddedImproved Session Replay upload reliability for large recordings buffered while offline.

iOS Native SDK 3.13.3

1 week ago

FixedCrash on iOS 17 and iOS 18 that could occur during SwiftUI screen scanning on the main thread