# iOS Quick Start

{% hint style="danger" %}
If you are migrating from version 5.x to 6.x, please use our migration guide instead of this quick start guide.
{% endhint %}

{% hint style="success" %}

#### Platform requirements

The Sentiance SDK requires iOS 15.0 or higher. Apps should be built with the latest iOS SDK provided by Apple/Xcode.
{% endhint %}

{% hint style="success" %}

#### Dependency requirements

The Sentiance SDK has the following external library dependencies. If your app depends on versions other than the ones mentioned here, please reach out to us to address possible incompatibility issues.

* **TensorFlowLiteC**: v2.17.0
* **Protobuf**: v3.18
* **UnzipKit**: v1.9
  {% endhint %}

If you want to get started quickly, you can check out our [sample application](https://github.com/sentiance/sample-apps-ios). If you prefer to integrate the SDK in your existing app, read on.
