# Changelogs

{% tabs %}
{% tab title="Version 1.x.x" %}

### 1.0.9 (13 Nov 2025)

* Xcode 26.0
* Swift 6.2
* IAD v2.5.0
* Fixed compilation for older Xcode versions

### 1.0.8 (13 Nov 2025)

* Xcode 26.0
* Swift 6.2
* IAD v2.5.0
* Fixed Camera Initialization by embedding camera into 1 view

### 1.0.7 (11 Nov 2025)

* Xcode 26.0
* Swift 6.2
* Fixed camera initialization bug issue

### 1.0.6 (30 Oct 2025)

* Xcode 26.0
* Fixed nested framework issue when uploading to appstore

### 1.0.5 (4 Sept 2025)

* Xcode 16.4
* Added preview UI on camera for OkayCamSelfiePlus.

### 1.0.4  (4 Sept 2025)

* Xcode 16.4
* Added preview UI on camera for OkayCamSelfiePlus.

### 1.0.3   (29 Aug 2025)

* Xcode 16.4
* Added Description to fix cocoapods search on OkayCamPlus

### 1.0.2  (29 Aug 2025)

* Xcode 16.4
* Latest core SDK version added to framework 2.4.1
  {% endtab %}

{% tab title="Version 2.x.x" %}

### 2.0.7 (14 May 2026)

**Versions**: Xcode 26.2 / IAD 2.5.0\
**Minimum iOS deployment:** 15.6\
**SDK Size** = 7.4MB\
\
What's New:

* Added CFBundleShortString to XenIdentity and XenUtil to fix Apple Upload Issue

***

### 2.0.6 (8 May 2026)

**Versions**: Xcode 26.2 / IAD 2.5.0\
**Minimum iOS deployment:** 15.6\
\
What's New:

* Added license checking for OkayCamAutoCapture to share license with OkayCamPlus function (Follow Android Logic) and Added latest IAD v2.5.4 and simulator support for OkayCamPlus

***

### 2.0.5 (13 April 2026)

**Versions**: Xcode 26.2 / IAD 2.5.0\
**Minimum iOS deployment:** 15.6\
\
What's New:

* config.autoCapture = true/false
* `False` will disable autoCapture for documents.
* `True` will enable autocapture for documents.

***

### 2.0.4 (25 March 2026)

**Versions**: Xcode 26.2 / IAD 2.5.0\
**Minimum iOS deployment:** 15.6\
\
What's New:

* idType config and allow autocapture to autocapture multiple ID without config.

***

### 2.0.3 (18 March 2026)

**Versions**: Xcode 26.2 / IAD 2.5.0\
**Minimum iOS deployment:** 15.6\
\
What's New:

* Add config.width and config.idType for AutoCapture

***

### 2.0.2 (9 March 2026)

**Versions**: Xcode 26.2 / IAD 2.5.0\
**Minimum iOS deployment:** 15.6\
\
What's New:

* Added CaptureMode for AutoCapture to handle different capture scenarios

***

### 2.0.1 (4 March 2026)

**Versions**: Xcode 26.2 / IAD 2.5.0\
\
What's New:

* **UI/UX**: New UI for auto document capture and preview page
* **Feature**: Enabled Auto Capture functionality.
* **SDK Update**: Bug Fix on podspec. Missing OkayCamPlus.xcframework

***

### 2.0.0 (25 Feb 2026)

**Versions**: Xcode 26.2 / IAD 2.5.0\
\
What's New:

* **UI/UX**: New UI for auto document capture and preview page
* **Feature**: Enabled Auto Capture functionality.
* **SDK Update**: Added original images return for OkayCam auto-capture from SDK side
  {% endtab %}
  {% endtabs %}


---

# 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://api2-ekycapis.innov8tif.com/okaycam-mobile-sdk/okaycam-plus-mobile-sdk/okaycam-plus-ios/changelogs.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.
