# iOS

To start using Oz iOS SDK, follow the steps below.

1. Embed Oz iOS SDK into your project as described [here](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/ios/adding-sdk-to-a-clients-mobile-app).
2. Get a trial license for SDK on our [website](https://ozforensics.com/developers/try_mobile_sdk) or a production license by [email](mailto:info@ozforensics.com). We'll need your `bundle id`. Add the license to your project as described [here](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/ios/getting-a-license-for-ios-sdk).
3. Connect SDK to API as described [here](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/ios/connecting-sdk-to-api). This step is optional, as this connection is required only when you need to process data on a server.
4. Capture videos by creating the controller as described [here](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/ios/capturing-videos). You'll send them for analysis afterwards.
5. Upload and analyze media you've taken at the previous step. The process of checking liveness and face biometry is described [here](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/ios/checking-liveness-and-face-biometry).
6. If you want to customize the look-and-feel of Oz iOS SDK, please refer to [this section](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/ios/customizing-ios-sdk-interface).

### Resources

Minimal iOS version: 11.

Minimal Xcode version: 16.

Available languages: EN, ES, HY, KK, KY, TR, PT-BR.

A sample app source code using the Oz Liveness SDK is located in the GitLab repository:

{% embed url="<https://gitlab.com/oz-forensics/public/oz-liveness-ios-sample/-/tree/main>" %}

Follow the link below to see a list of SDK methods and properties:

{% content-ref url="ios/ios-sdk-methods-and-properties" %}
[ios-sdk-methods-and-properties](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/ios/ios-sdk-methods-and-properties)
{% endcontent-ref %}

Download the demo app latest build [here](https://testflight.apple.com/join/mBbPQqnM).
