---
title: Step 2. Handling URI schemes
description: You must configure your iOS app to open when the server redirects the user back to your app.
component: sdks
version: latest
page_id: sdks:davinci:use-cases/social-login/ios/02_handling_uri_schemes
canonical_url: https://docs.pingidentity.com/sdks/latest/davinci/use-cases/social-login/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

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:

   ![Custom URL Scheme](../../../_images/davinci-social-sign-on-ios-url-types.png)
