DEVELOPERS

Pendo Mobile SDK

Agent 2.58.2

5 years ago

fixedFixed Hotfix for an issue causing excessive exception logging to our internal reporting servers.

Agent 2.58.1

5 years ago

fixedFixed Title attribute is now on the allow-list for guide attributes to be rendered

Agent 2.58.0

5 years ago

[added]Added Configuration option to disable the feedback functionality


addedAdded A new type of event collected from clicks that happen inside of guides


addedAdded pendo.track calls are buffered while the staging version of the agent is loaded

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