Pendo Mobile SDK

iOS SDK 2.4.6.1376

Changed Replaced the Pendo Server’s certificate.
The existing Pendo certificate in your app will expire in June 2021, which will cause the SDK to stop collecting analytics and stop showing guides to your users. We recommend upgrading to this new SDK soon.
Why? Certificates expire every 2 years and must be replaced to keep your app secure.

Fixed A bug in 2.4 SDKs could make ‘Time in app’ analytics less accurate (disregarding some mobile sessions)

iOS SDK 2.4.5.1239

Fixed Pages that were manually corrected by our Technical Support team with SDK 2.3 would stop collecting analytics on SDK 2.4. Any guides activated on those pages would not work as well.
(Note: Such pages need to be recaptured with this SDK version to fix the issue. We’ll contact you in case this is needed)

Fixed Tooltip placed on a list element marked as ‘Tag all items on this list as a single feature’ would show on the last list item instead of the first one

Android SDK 2.4.4.2027

Fixed Pages that were manually corrected by our Technical Support team with SDK 2.3 would stop collecting analytics on SDK 2.4. Any guides activated on those pages would not work as well.
(Note: Such pages need to be recaptured with this SDK version to fix the issue. We’ll contact you in case this is needed)

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