Ping SDKs

Before you begin

To successfully complete this tutorial refer to the prerequisites in this section.

The tutorial also requires a configured PingOne instance.

Compatibility

PingOne
DaVinci flows

Ensure your user interface nodes only employ these supported connectors and capabilities:

  • HTTP Connector

    • Custom HTML Template

Compatible fields within the Custom HTML Template capability are:

  • Text field: Lets the user enter text

  • Password field: Lets the user enter a password which cannot be read from the screen

  • Submit Button: Lets the user submit field data and proceed

  • Flow Button: Lets the user trigger a new process without submitting field data

Verify that your flow does not depend on any unsupported elements:

  • SKPolling components: SKPolling components cannot be processed by the SDK and should not be included.

  • Variable field names: You cannot use variables or other values from a node’s input schema in the names of any field used by the SDK.

  • Images: Images included in the flow cannot be passed to the SDK.

  • Additional text: Titles or other text cannot be passed to the SDK.

iOS

This sample app is compatible with iOS 12 and later.

Prerequisites

Xcode

You can download the latest version for free from https://developer.apple.com/xcode/.

Server configuration

You must configure your PingOne instance for use with the DaVinci client.

Ask your PingOne administrator to complete the following tasks:

  • Configure a DaVinci flow

  • Create a DaVinci application

  • Configure PingOne for DaVinci flow invocation

To learn how to complete these steps, refer to Launching a flow with a Ping SDK in the PingOne DaVinci documentation.