> For the complete documentation index, see [llms.txt](https://docs.accurascan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.accurascan.com/solutions/nfc-scanner/ios/sdk-setup.md).

# SDK Setup

* install Git LFS using command `install git-lfs`
* Add below pod in podfile&#x20;

{% tabs %}
{% tab title="NFC" %}

```
# install the AccuraKYC pod for  AccuraOCR, AccuraFacematch And AccuraLiveness
pod 'AccuraOCR','1.0.0.0'
```

{% endtab %}
{% endtabs %}

* Run `pod install`

&#x20; Note :- After the pod is installed, ensure to check the pod size as mentioned [here](/language/ios/project-setup/check-pod-size.md)

* Solving pod issue (follow this step only if the pod size doesn’t match the size mentioned in point 3)

  \
  i. Clean the pod using `pod clean` command\
  ii. install Git LFS using `install git-lfs` command\
  iii. Run `pod install`&#x20;

***

### Add license file in to your project. `key.license` &#x20;

{% hint style="info" %}
Make sure to rename your license with the proper name and format, which is key with the extension license. Eventually, it will look like key.license
{% endhint %}


---

# 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.accurascan.com/solutions/nfc-scanner/ios/sdk-setup.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.
