DEVELOPERS

Pendo Mobile SDK

iOS Native SDK 3.13.9

2 weeks ago

Fixedan issue where a single tap on a gesture-driven element reported duplicate click events, inflating feature click counts and producing false rage clicks

Fixedan issue where a guide could be shown to an out-of-segment visitor when session setup failed to send the visitor's metadata to the server (for example, a mobile visitor with a concurrent in-segment web session on the same visitor ID)

AddedDeclared the SDK's required-reason disk space API usage in the privacy manifest, preventing App Store Connect submission warnings.

Flutter Plugin 3.13.5

2 weeks ago

FixedResolved a performance issue where Session Replay caused a thread priority inversion during network reachability checks

Maui Plugin 3.13.9

1 month ago

Fixeda crash that could occur when calling the track event API while the SDK was searching the screen for guide elements, due to a main-thread lock contention issue.

Fixeda crash risk where the video guide player could recreate its WebView unsafely when detached from certain host apps.

Fixedan issue where Session Replay could cause tap and input locations to be offset when a custom popup was displayed.

Fixedan issue where the configured priority order for multiple guides on the same screen was not being respected.

Fixedan issue where a DialogFragment hosted inside a ViewPager fragment could not be recognized or tagged.

Android Native SDK 3.13.9

1 month ago

FixedFixed a crash that could occur when calling the track event API while the SDK was searching the screen for guide elements, due to a main-thread lock contention issue.

FixedFixed a crash risk where the video guide player could recreate its WebView unsafely when detached from certain host apps.

FixedFixed an issue where Session Replay could cause tap and input locations to be offset when a custom popup was displayed.

FixedFixed an issue where the configured priority order for multiple guides on the same screen was not being respected.

FixedFixed an issue where a DialogFragment hosted inside a ViewPager fragment could not be recognized or tagged.

React Native Plugin 3.13.3

1 month ago

FixedImproved the screen analysis algorithm to more accurately identify individual UI elements in edge cases where components were previously grouped too broadly or not recognized at all.

FixedFixed an issue on Android with the New Architecture (Fabric) where opening a nested React Navigation drawer caused false scan failure errors to be reported and the open drawer to not be registered as a screen.

FixedImproved screen component detection for apps using React Native Navigation (RNN) on Android, reducing false scan failures that could prevent screens from being analyzed.

AddediOS apps using React Native now support Swift Package Manager (SPM) as an opt-in alternative to CocoaPods. Enable it by setting $RNPendoEnableSPM = true in your Podfile. CocoaPods remains the default and continues to work unchanged.