Pendo Mobile SDK

iOS SDK 1.52.2.3527

Fixed Fixed iOS13 issue relating to tooltip – if your app has an active mobile tooltip guide, or if you’re going to publish such guide, you must take this SDK in order for tooltips to work for users who move to iOS13 in September.


Added Tag gestures support in tagging – some apps implement buttons via tap gestures. Tthe user is not aware of this. Behind the scenes, such button clicks are implemented via tap gestures. If your app has such implementation, take this SDK to be able to tag such buttons and trigger guides based on their clicks.


Changed Our internal implementation of listening to screen view and tap events was changed due to a PSPDFKit library conflict. There should be no effect on the SDK’s functionality. We recommend upgrading to this SDK if you use the PSPDFKit library in your app.

iOS SDK 1.51.0.3529

Fixed Fixed iOS13 issue relating to tooltip – if your app has an active mobile tooltip guide, or if you’re going to publish such guide, you must take this SDK in order for tooltips to work for users who move to iOS13 in September.

iOS SDK 2.0.1 (beta)

Fixed Fixed app latency caused by analytics collection on a pageViewController with a cyclic structure (i.e. the last page takes the user back to the first page and so force).

Android SDK 1.52.52.836

Fixed The SDK’s recommended flow is to initalize the SDK from the Application object, in order to not lose analytics.
We now found out that some customers want to initialize the SDK from an Activity. While this is not the recommended flow, we enabled this flow and fixed several bugs around this flow.
Note that this means that analytics and guides will not work prior to initializing the SDK.

Android SDK 1.52.52.811

Fixed The SDK now supports apps using the AndroidX support library.

Fixed Improvements for when the SDK is initialized from an Activity rather than from the Application object.