Step 2. Handling URI schemes
PingOne iOS
You must configure your iOS app to open when the server redirects the user back to your app.
To configure your app to open when using the custom URI scheme:
-
In Xcode, in the Project Navigator, double-click your application to open the Project pane.
-
On the Info tab, in the URL Types panel, configure your custom URL scheme.
For example, the following image demonstrates setting the custom scheme to
myapp://example.com:
Figure 1. Creating a custom URL scheme for iOS