From 48ca49d3c72895f50937287a74f261c8960c9ee9 Mon Sep 17 00:00:00 2001 From: Javohir Savriy Date: Tue, 13 May 2025 11:15:44 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 853f518..f66aa95 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,10 @@ regular expression UUID4, we will not display a [recommendation](images/screen01 **Note 1.6.** `MyIdCameraShape` contains **[circle](images/screen03.jpg)** and **[ellipse](images/screen04.jpg)** types. +**Note 1.7.** If the user sends a **passport data** to the SDK, the **residency** must be handled by the **client**. If `residency = MyIdResidency.userDefined` is sent, the SDK will treat the user as **Non-Resident**. + +**Note 1.8.** If the SDK **does not receive a passport data** and receives `residency = MyIdResidency.userDefined`, the SDK displays the **MyID passport input screen**. If the user enters a **PINFL**, the screen will show a **checkbox** allowing the user to select **Resident** or **Non-Resident**. + ### 2.2 MyIdClientDelegate ```swift -- GitLab