diff --git a/README.md b/README.md index 853f5187105247d6ab0d5a4e5de6c3d12a509e80..f66aa95e512c1e1684ffec61308e3ae45417f4b9 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