Ping provides these iOS samples to help demonstrate SDK functionality/implementation. They are provided "as is" and are not official products of Ping and are not officially supported.
- An example iOS project written in Swift/SwiftUI making use of the SDK. The sample supports the OOTB DaVinci Login flow.
- Xcode: Latest version recommended
- PingOne DaVinci
- iOS 16.6 or higher
To try out the DaVinci iOS SDK sample, perform these steps:
-
Configure Ping Services Ensure that you registered an OAuth 2.0 application for native mobile apps in PingOne. More details in this documentation.
-
Clone this repo:
git clone https://github.com/ForgeRock/sdk-sample-apps.git
-
Open the iOS sample project(swiftui-davinci) in Xcode.
-
Open the
DavinciViewModel.swift
file within the project. -
Locate the TODO and replace the placeholder strings in the Oidc module configuration with the values of your registered OAuth 2.0 application.
-
Launch the app on an iOS Device or a Simulator.
Ping SDK Documentation: https://docs.pingidentity.com/sdks/latest/sdks/index.html