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