> 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.md).

# iOS

This guide introduces RECOGNITO iOS-Face SDK for onboarding & eKYC cases.

## Feature & Options

<table><thead><tr><th width="319">Features &#x26; Options</th><th align="center">iOS-Face SDK</th></tr></thead><tbody><tr><td><strong>Programming Language</strong></td><td align="center">Objective C/Swift</td></tr><tr><td><strong>Face Detection</strong></td><td align="center">Multiple Faces</td></tr><tr><td><strong>Face Feature Extraction</strong></td><td align="center">Yes, 512bytes</td></tr><tr><td><strong>Face Liveness Detection</strong></td><td align="center">Yes</td></tr><tr><td><strong>Face Attribute Analysis</strong></td><td align="center">Pitch, Yaw, Roll</td></tr><tr><td><strong>1:N Identifiability</strong></td><td align="center">Yes</td></tr></tbody></table>

{% hint style="info" %}
[How to implement 1:N identification with RECOGNITO SDK?](/how-to-implement-1-n-identification-with-recognito-sdk.md)
{% endhint %}

## System Requirements

* Mac running macOS 10.13 or newer
* Xcode 9.3 or newer
* iPhone 5S or newer iPhone (iOS 11.0 or newer)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.recognito.vision/face-recognition-sdk/integration-guide/ios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
