> For the complete documentation index, see [llms.txt](https://developer.acquire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.acquire.io/master/ios/sdk-setup-guide/getting-started.md).

# Getting Started

For more detail, you can also check out our [generated iOS docs ](https://devtools.acquire.io/sdk/ios/docs/html/index.html)or review the [app store](https://itunes.apple.com/us/app/acquire-support-sdk/id1445674477#?platform=iphone) and source code on [Github](https://github.com/acquireio/acquireio-ios)

### Requirements

* iOS 8.2+
* XCode 10+

### Build variants

We are providing two types of build variants :

1. **Core** - Fully featured including Audio/Video calling. [See Integration](/master/ios/sdk-setup-guide/integration-guide-core.md)
2. **Lite** - All features excluding Audio/Video Calling. [See Integration](/master/ios/sdk-setup-guide/integration-guide-lite.md)

The main difference of these two build variants is the size.

* Our **Core** version is of **35.2 MB** because of webRTC's archived libraries for all ABIs included.
* Our **Lite** version is only **13 MB.**&#x20;

{% hint style="info" %}
So if you don't require calling feature, you can use **lite** version to reduce the app size.
{% endhint %}

You can use our native SDK in your project using [Cocoapods](/master/ios/sdk-setup-guide/integration-guide-core.md) or [Manual](/master/ios/sdk-setup-guide/manual-setup-ios.md).
