> For the complete documentation index, see [llms.txt](https://api2-ekycapis.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api2-ekycapis.innov8tif.com/okaycam-mobile-sdk/okaycam-mobile-sdk-all/getting-started-with-okaycam.md).

# Getting Started with OkayCam

### OkayCam Mobile SDK

OkayCam is a mobile SDK that contains a custom camera UI for ID capture that design suitably for the OkayID to ease the user by performing ID capture. OkayCam also contains another custom camera UI for selfie capturing that is designed suitably for OkayFace that allows the user to take a selfie.

This OkayCam mobile SDK is developed into three different platforms whereas one is iOS, and Android and another one is React-Native. Three platforms contain the same functionalities.

## Requirements

{% hint style="danger" %}
***Supported Image Format:*****&#x20;JPG | PNG | Android Drawable**\
\&#xNAN;***Preferred Size:*****&#x20;less than 500KB**
{% endhint %}

#### Android

| Android SDK                       | Android OS                              | Remark                                                            |
| --------------------------------- | --------------------------------------- | ----------------------------------------------------------------- |
| Minimum  Android SDK 21 to SDK 28 | Minimum  Android Version 5 to Version 9 | *<mark style="color:red;">**Support until Version 1.2.8**</mark>* |
| Minimum Android SDK 29 and above  | Minimum Android Version 10.0 and above  | *<mark style="color:red;">**Version 1.2.10 onwards**</mark>*      |
| Minimum Android SDK 30 and above  | Minimum Android Version 11 and above    | *<mark style="color:red;">**Version 3.0 onwards**</mark>*         |

* SDK size is 40.4MB, and the download size is 39.4MB

#### iOS

* **Language Support**: Swift 5
* **Minimum OS Version**: iOS 15.7 and above
* **Storage Impact**:&#x20;

| OkayCam v1.1.38 | 17.4 MB  |
| --------------- | -------- |
| OkayCam v2.x    | 156.1 MB |
| OkayCam v3.x    | 15.1 MB  |

> *<mark style="color:$warning;">Note: Please be aware that compatibility across different releases will also depend on the specific version of Xcode being utilized for your development environment.</mark>*

{% hint style="warning" %}
The SDK only supports the minimum requirement and above for Android and iOS
{% 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, and the optional `goal` query parameter:

```
GET https://api2-ekycapis.innov8tif.com/okaycam-mobile-sdk/okaycam-mobile-sdk-all/getting-started-with-okaycam.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
