Orchestration SDKs

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:

  1. In the Project tree view of your Android Studio project, open the Gradle Scripts/build.gradle.kts file for the module.

  2. In the dependencies section, add the required dependencies:

    Example dependencies section after editing build.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.