---
title: Step 1. Download the samples
description: Provides instructions on how to download the sample app repository for the iOS OIDC sign-on module tutorial with Advanced Identity Cloud.
component: orchsdks
page_id: orchsdks:oidc:try-it-out/ios/aic/01_download-sample-repo
canonical_url: https://developer.pingidentity.com/orchsdks/oidc/try-it-out/ios/aic/01_download-sample-repo.html
revdate: Thu, 2 Apr 2026 11:33:37 +0100
keywords: ["OAuth 2.0", "OpenID Connect", "Tutorial", "Source Code", "Integration", "SDK", "iOS", "Advanced Identity Cloud", "sample app"]
---

# Step 1. Download the samples

[icon: circle-check, set=far]PingOne Advanced Identity Cloud [icon: apple, set=fab]iOS

* [Prepare](00_before-you-begin.html)

* **Download**

* [Configure](02_configuring-connection-properties.html)

* [Run](03_test-the-app.html)

The quickest and easiest way to get started with the Orchestration SDKs is to download and run one of our sample apps from the **SDK Sample Apps** repository.

This repo contains example Android, iOS, and JavaScript apps that demonstrate Orchestration SDK functionality.

To download or clone a copy of the SDK Sample Apps repo, complete these steps:

1. In a web browser, navigate to <https://github.com/ForgeRock/sdk-sample-apps>.

2. Download the source code using one of the following methods:

   * Download a ZIP file

     1. Click Code, and then click Download ZIP.

        ![download samples zip](../../../../_images/download-samples-zip.png)Figure 1. Downloading a zip file of the sample apps repo.

     2. Extract the contents of the downloaded ZIP file to a suitable location.

   * Use a Git-compatible tool to clone the repo locally

     1. Click Code, and then copy the HTTPS URL.

        ![download samples git clone](../../../../_images/download-samples-git-clone.png)Figure 2. Downloading the sample apps repo using Git clone.

     2. Use the URL to clone the repository to a suitable location.

        For example, from the command-line you could run:

        ```shell
        git clone https://github.com/ForgeRock/sdk-sample-apps.git
        ```

After completing these steps, you will have a local folder named `sdk-sample-apps`. Inside, you'll find separate folders for the Android, iOS, and JavaScript sample app projects.
