> For the complete documentation index, see [llms.txt](https://docs.recognito.vision/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.recognito.vision/face-recognition-sdk/integration-guide/ios/installation.md).

# Installation

The iOS-FaceSDK is provided in **Framework** format.

## Download SDK

Download [**ios\_facesdk.zip \[21M\]**](https://www.dropbox.com/scl/fi/xtwc12fdeq5h9k7t5r2ny/ios_facesdk.zip?rlkey=wsjmyakre6c09ocbs1xytrnts\&st=lmryo8kt\&dl=0)

## Directory Structure

The SDK directory contains the following directories and files:

<table data-header-hidden><thead><tr><th width="152"></th><th></th></tr></thead><tbody><tr><td><strong>facesdk.framework</strong></td><td>FaceSDK framework file</td></tr><tr><td>FaceDemo-Bridging-Header.h</td><td>Bridging Header file for Objective-C and Swift</td></tr></tbody></table>

## Add FaceSDK to iOS Project <a href="#adding-the-android-sdk" id="adding-the-android-sdk"></a>

* Copy and Add `facesdk.framework` into the project

<figure><img src="/files/piMZ63PxPPzAyQ6DoB4G" alt=""><figcaption></figcaption></figure>

* Add `FaceDemo-Bridging-Header.h` to Build Settings

<figure><img src="/files/mSeXJZ5gfA48D01DPHVw" alt=""><figcaption></figcaption></figure>

* Build your project

<figure><img src="/files/nUnNPU413EqwAwLqFUOw" alt=""><figcaption></figcaption></figure>
