Step 1. Installing dependencies
PingOne iOS
To capture contextual data and perform risk evaluations, you must add the PingOne Protect module to your DaVinci Client project.
To add the PingOne Protect dependencies to your Android project:
-
In the Project tree view of your Android Studio project, open the
Gradle Scripts/build.gradle.ktsfile for the module. -
In the
dependenciessection, add the required dependencies:Exampledependenciessection after editingbuild.gradle.kts:dependencies { // DaVinci Client main module implementation("com.pingidentity.sdks:davinci:2.0.0") // PingOne Protect module implementation("com.pingidentity.sdks:protect:2.0.0") }
After installing the module, you can proceed to Step 2. Integrating PingOne Protect DaVinci flows in Android.