DEVELOPERS

Pendo Mobile SDK

Android SDK 2.4.3.1946

5 years ago

[added]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

addedAdded 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

5 years ago

[added]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

addedAdded 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.

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

Agent 2.57.0

5 years ago

fixedFixed Allow external CSS to be cached


fixedFixed Resource center modules receive dismiss events


fixedFixed Prevent empty parent account IDs from forming invalid account IDs

iOS SDK 2.4.4.1073

5 years ago

addedAdded 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

fixedFixed 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

fixedFixed 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

fixedFixed X button not showing correctly on specific guides

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

Android SDK 2.4.2.1891

5 years ago

addedAdded 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

changedChanged Improved analytics processing efficiency and multi-thread synchronization

fixedFixed 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.

fixedFixed 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

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