> For the complete documentation index, see [llms.txt](https://legacy-docs.usesmileid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.usesmileid.com/integration-options/mobile/ios/release-notes.md).

# Release Notes

{% hint style="danger" %}
This SDK is deprecated and will receive limited support. Please adopt the v10 SDK.
{% endhint %}

## 2.1.36

* Fixed issue with reenrolling user using the .setAllowNewEnroll method on the config
* Fixed issue with updating a user on file selfie using the .setUseEnrolledImage

  method on the config

## 2.1.23

* Downgrade minimum iOS version to iOS 12
* Improvements to BVN consent screens

## 2.1.22

* Improvements to BVN consent screens

## 2.1.21

* Add BVN consent screens

## 2.1.20

* Update minimum iOS version to iOS 13 from iOS 11

## 2.1.19

* Add support for Xcode 14
* Fix crash when presenting SIDSelfieCapture screen

## v2.1.17

* IOS auth smile fix for when local callback url is not set

## v2.1.16

* Fix callback error when submitting a job without setting a callback on the portal
* Missing extra partner params in the portal fix

## v2.1.15

* Document capture cropping fixes
* Document capture hide navigation bar for better cropping on different devices

## v2.1.14

* Dark mode opt out for selfie,consent,selfie review and document capture screens
* Added optional builder.setPendingViewController(pendingViewController: **self**) for where self is a view controller and builder is an instance of SIDCaptureManager to cater for navigation issues when no root view controller is reachable

## v2.1.0

* Introduced Smile UI similar to the android SDK for making sure there is less time in integration using the **`SIDSelfieViewController`** and the **`SIDIDCardViewController`** classes
* Introduced the new and improved ID Card capture with all it's views encapsulated instead of an implementation with a lot of views outside the SDK more on this here
* Introduced a way to query job status for pending jobs in human review using `sidResponse.getStatusResponse()?.getJobStatusRequest()` in the onEnrolled/ or `onAuthenticated` response listeners
* Introduced a way to set the callback url dynamically using the **`SIDNetData`** class by calling **`sidNetData.setCallBackUrl(callbackUrl: "https://url.com")`**
* Bug fixes and major improvements on the face detection algorithms


---

# 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://legacy-docs.usesmileid.com/integration-options/mobile/ios/release-notes.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.
