If you are having problems installing the SDK, please follow these steps:
-
Download the Pendo SDK (we always recommend taking the latest) here.
-
Unzip the downloaded file.
-
Add the local directory to the gradle file or to the settings.gradle if using dependencyResolutionManagement:
repositories { maven { url = uri("/path/to/local/file") } }
-
Specify the version number for the Pendo dependency in the gradle file.
For example, for version 3.4.0.x it should look like this:implementation (group:'sdk.pendo.io' , name:'pendoIO', version:'3.4.0.x', changing:true)
- API documentation available here.
- For technical issues, please review open issues or submit a new issue.
- Release notes can be found here.
- For additional documentation, visit our Help Center Mobile Section.