Pendo Mobile SDK

Android SDK 2.5.0.497

Added Multi Choice Poll – Add polls to your guides and collect feedback from your customers

Added React Native Navigation (Closed Beta) – This beta supports Codeless analytics and all guide types including tooltips and walkthroughs for React Native applications using the ‘React-Native Navigation’ library v. 6.x

Changed Improved page identification (the SDK sends more data to assist the correct identification, additional to the page Fragments information)

Changed Major refactoring of several areas in the code to improve stability (ws & init)

Changed Visitor metadata can now include objects of any type and not just strings. You can then set the correct type in the Data Mapping page (Under bottom Settings menu) on Pendo Web

iOS SDK 2.5.0.1214

Added Multi Choice Poll – Add polls to your guides and collect feedback from your customers

Added React Native Navigation (Closed Beta) – This beta supports Codeless analytics and all guide types including tooltips and walkthroughs for React Native applications using the ‘React-Native Navigation’ library v. 6.x

Added New initSDKwithoutVisitor APIs that we recommend using in the common case when the visitorId is not known at the time the SDK is initialized. The visitorId can be set later via switchVisitor.

  • Use initSdkWithoutVisitor in Application::onCreate method.
  • Use  switchVisitor  in Activity::onCreate method

Fixed A bunch of bugs 🐞

Removed The list of active guides shown when clicking the Pendo icon on the device was removed due to customer feedback

 

Android SDK 2.4.3.1946

Added New initSDKwithoutVisitor APIs that we recommend using in the common case when the visitorId is not known at the time the SDK is initialized. The visitorId can be set later via switchVisitor.

  • Use initSdkWithoutVisitor in Application::onCreate method.
  • Use  switchVisitor  in Activity::onCreate method

Added A new endSession API was added to support applications running as an Android Service. This API should be called in the service’s onTaskRemoved method. It will clean the Pendo session while the application keeps running.

 

Android SDK 2.3.9.1931

Added New initSDKwithoutVisitor APIs that we recommend using in the common case when the visitorId is not known at the time the SDK is initialized. The visitorId can be set later via switchVisitor.

  • Use initSdkWithoutVisitor in Application::onCreate method.
  • Use  switchVisitor  in Activity::onCreate method

Added A new endSession API was added to support applications running as an Android Service. This API should be called in the service’s onTaskRemoved method. It will clean the Pendo session while the application keeps running.

Fixed Out-of-Memory errors that happened when a device reconnected to the network and the app was brought back to the foreground

iOS SDK 2.4.4.1073

Added Ability to control Tooltip margins in relation to the screen – by default, tooltips will have a minimum margin from the edge of the screen; This margin is configurable via the Container settings

Fixed Tooltip’s caret size on the device was improved to have a 90-degree angle (same as on the designer preview).
Note: If you have tooltip guides in production, the caret size will change for your users using SDK 2.4 and up.  We recommend re-creating these tooltips using the default Pendo layouts 

Fixed Dismissed guides were sometimes re-displayed on the next app launch if the app was closed right after the guide was dismissed. Now, ‘guide dismissed’ events are sent instantly so guides should not be shown after dismissed

Fixed X button not showing correctly on specific guides

Fixed Device that is connected to Pendo, for guide testing and page capture, should now stay connected