# Manual Setup iOS

You can install our SDK manually using the steps below for iOS.

First, [Download AcquireIO iOS SDK.](https://devtools.acquire.io/sdk/ios/2.0.1/acquireIO.zip)

{% hint style="info" %}
Supports iOS 8.2 and above.
{% endhint %}

Unzip the SDK & Drop the `.framework` package into the "Embedded Binaries" list in your targets > general tab. This will add the .framework to "Linked Frameworks and Libraries" as well.

![Add AcquireIO.framework to your project](/files/-LQOL_1Ne6ClV74Yu8W9)

Add the following frameworks to `Link Binary with Libraries` -

* `CoreFoundation`
* `CoreGraphics`
* `QuartzCore`
* `UIKit`

Go to Project/Targets -> \[Project Name] -> Build Settings.\
Search `"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES"`

![](/files/-LQON4LQC9k5eOcwJ35o)

Search `"Enable bitcode"` to `NO`

![Disable bitcode](/files/-LQOOA9peTTRG8ElnFPF)

{% embed url="<https://www.youtube.com/watch?v=45bhaS4iUq4>" %}


---

# Agent Instructions: 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://developer.acquire.io/master/ios/sdk-setup-guide/manual-setup-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.
