You can prevent guides from being displayed through an API call. This feature allows you to better control the usage of Pendo’s SDK.
Note: This feature available from SDK version 2.3.0
Android
The API Pendo.pauseGuides(); call will prevent guides from being displayed onto the device. This can be altered only by calling Pendo.resumeGuides(); after that.
iOS
The API [[PendoManager sharedManager] pauseGuides]; will prevent guides from being displayed onto the device. This can be altered only by calling [[PendoManager sharedManager] resumeGuides]; after that.