Agent/SDK Updates

iOS SDK 1.52.2.3527

Fixed Fixed iOS13 issue relating to tooltip – if your app has an active mobile tooltip guide, or if you’re going to publish such guide, you must take this SDK in order for tooltips to work for users who move to iOS13 in September.


Added Tag gestures support in tagging – some apps implement buttons via tap gestures. Tthe user is not aware of this. Behind the scenes, such button clicks are implemented via tap gestures. If your app has such implementation, take this SDK to be able to tag such buttons and trigger guides based on their clicks.


Changed Our internal implementation of listening to screen view and tap events was changed due to a PSPDFKit library conflict. There should be no effect on the SDK’s functionality. We recommend upgrading to this SDK if you use the PSPDFKit library in your app.

iOS SDK 1.51.0.3529

Fixed Fixed iOS13 issue relating to tooltip – if your app has an active mobile tooltip guide, or if you’re going to publish such guide, you must take this SDK in order for tooltips to work for users who move to iOS13 in September.

Agent 2.18.5

Added Support for the Announcements Module in Resource Center.

Added Users can now add search terms to guides found in the Guides List module.

Added Added configuration option to allow customers to ignore url hash changes entirely.

Fixed Customer implemented querystring whitelists had an edge case that caused them to be ignored. This has been fixed and should now always be honored.

Agent 2.18.2

Fixed Preview mode now correctly uses normalized URLs when checking for page matches. This should clear up the vast majority of false positives for “Incorrect Page” errors encountered while in preview mode.

Fixed The initial render of a tooltip pointed at a position:fixed element was sometimes off by a few pixels. Not anymore.

Fixed We’ve changed some internals of how click-activated guides are triggered. These guides should now have virtually no impact on the performance of a user’s application, regardless of how many click-activated guides exist on a given page.

Agent 2.18.1

Added The resource center (and its modules) can now be used with guide validation

Added Customers can now use the `annotateUrl` configuration option to provide their own function to determine what “page” a visitor is on. This is particularly useful for customer applications where the url never changes

Fixed Tooltips can no longer partially render off the top of the screen (making them unable to be dismissed)

Fixed Tooltips now wait to position until all their image blocks have loaded, preventing them from stuttering when rendered with large images

Fixed Images for guides created in the Visual Designer now always correctly get display: block, ensuring they don’t create a ~6px gap in their container

Fixed Tooltips are better at picking their render direction/offset, and have better handling for mobile-sized screens