Pendo Mobile SDK

iOS SDK 1.52.2.3166

Fixed Bug fixes – in scenarios in which the SDK is instructed by the server to not operate in the init response (“Kill Switch”).

Fixed Notch fix related to status bar – a full-screen guide will show over the status bar unless the device has a notch.

Android SDK 1.52.52.576

Due to the addition of account metadata support in this SDK, our installation instructions have slightly changed. Please use these instructions for SDK 52.

Added Setting account metadata from your mobile app: it is now possible to send, alongside the key-value pairs of user data, also key-value pairs of account data. Please refer to the installation instructions for more details.

Changed Libraries updates (Picasso, RXjava2, Retrofit and more).

Changed SetVisitor API was changed to SwitchVisitor (see the integration instructions)

Fixed Bug fixes.

iOS SDK 1.51.0.3136

Fixed Bug fixes – in scenarios in which the SDK is told by the server to not operate in reply to an init request.

iOS SDK 1.52.2.3099

Due to the addition of account metadata support in this SDK, our installation instructions have slightly changed. Please use these instructions for SDK 52.

Added Setting account metadata from your mobile app: it is now possible to send, alongside the key-value pairs of user data, also key-value pairs of account data. Please refer to the installation instructions for more details.

Changed Added support for guide presentation in iPhone X and any iOS device with a “notch”: guides will not use the “Safe areas” of the device.

Fixed When the app sets a visitor ID with the SDK and then switches to a different visitor ID after login, the new user metadata is now successfully set for the latter visitor.

 

 

Android SDK 1.51.51.434

Added One-activity/fragment-based app support: the SDK now has a special mode for supporting applications which implement pages via one activity and multiple fragments. This fix will enable the app owner to better tag such apps and will prevent performance issues resulting from this setup. This is a flag that can be turned on per app.

Fixed Performance tuning

Fixed Bug fixes