---
title: Step 2. Handling URI schemes
description: PingOne iOS
component: orchsdks
page_id: orchsdks:davinci:use-cases/external-idp/ios/02_handling_uri_schemes
canonical_url: https://developer.pingidentity.com/orchsdks/davinci/use-cases/external-idp/ios/02_handling_uri_schemes.html
revdate: Tue, 25 Mar 2025 11:00:37 +0100
keywords: ["DaVinci", "Flows", "Tutorial", "Source Code", "Integration", "SDK", "iOS"]
---

# Step 2. Handling URI schemes

[icon: circle-check, set=far]PingOne [icon: apple, set=fab]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:

1. In Xcode, in the Project Navigator, double-click your application to open the Project pane.

2. 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`:

   ![davinci social sign on ios url types](../../../_images/davinci-social-sign-on-ios-url-types.png)Figure 1. Creating a custom URL scheme for iOS
