DEVELOPERS

Pendo Mobile SDK

Flutter Plugin 3.13.4

1 month ago

FixedFixed an issue where scrollable content using CustomScrollView or sliver-based layouts (such as a chat interface in a bottom sheet) could render overlapping or spill outside its container in Session Replay.

AddedThe Flutter plugin now supports Swift Package Manager (SPM) as an alternative to CocoaPods for iOS dependency resolution. CocoaPods continues to work unchanged.

Maui Plugin 3.13.8

1 month ago

FixedFixed an issue where guides set to "Show every time" on page view would re-display immediately after being dismissed, causing an endless show/dismiss loop.

iOS Native SDK 3.13.8

1 month ago

FixedFixed an issue where pages containing a compact date picker reported inflated page view counts in Retroactive Analytics.

FixedFixed an issue where tapping the text field in an open-text poll guide would not open the keyboard in some apps.

FixedFixed an issue where Session Replay recordings could run for hours or days — displaying a frozen frame — when a device went offline. Recordings now finalize correctly on session timeout regardless of network connectivity.

FixedFixed an issue where partially obscured elements were inconsistently recognized across app launches, causing the same UI element to appear as different features in analytics and guide targeting.

FixedFixed an issue where guides set to "Show every time" on page view would re-display immediately after being dismissed, causing an endless show/dismiss loop.

FixedFixed a rare Session Replay crash that could occur when switching visitors or resetting a session.

FixedFixed a crash in Retroactive Analytics when encoding label text on iOS 26.

FixedFixed a rare Session Replay crash caused by a data race when reading recording identifiers across threads.

AddedBeta versions of the iOS SDK are now available via Swift Package Manager, so you can integrate and validate pre-release builds without switching to CocoaPods.

ImprovedSwiftUI accessibility data extraction from nested elements and its mapping to the correct UI elements has been improved, resulting in more reliable feature tagging and guide targeting in SwiftUI apps.

Android Native SDK 3.13.8

1 month ago

FixedFixed a rare crash that could occur when an in-app guide tooltip was anchored to an element inside a bottom sheet in a Jetpack Compose app.

FixedFixed an issue in Jetpack Compose where an in-app guide tooltip anchored to a moving element could flicker or disappear instead of following the element.

FixedFixed an issue where a page-view guide set to show every time could reappear immediately after being dismissed, instead of staying dismissed until the page was revisited.

FixedFixed an issue where Session Replay could keep retrying uploads while the app was in the background and the server was unreachable

Android Native SDK 3.13.7

1 month ago

FixedFixed an issue that could cause the app to freeze when displaying an NPS guide.

FixedFixed an issue where a slider's position could be shown incorrectly in Session Replay recordings.

ImprovedHardened guide display and Session Replay against rare freezes and crashes caused by invalid layout or timing values.

ImprovedReduced memory usage by no longer retaining key listeners after their views are gone.