@@ -170,8 +170,13 @@ the SDK requires the input of passport data and date of birth for user identific
provided, we will continue showing the credentials screen.
**Note 1.3.** If the `externalId` is not empty, has a length of 36 characters and corresponds to the
regular expression UUID4, we will display a [recommendation](images/screen01.jpg) screen in case the
sdk detects a blurry photo.
regular expression UUID4, we will not display a [recommendation](images/screen01.jpg) screen. If 5 unsuccessful identification attempts in MyID within one hour and the `externalId` is not empty, SDK returns to the parent app error message and TTL as `message` in `MyIdException`.
TTL error example:
```json
{"ttl":362}
```
**Note 1.4.**`MyIdBuildMode` contains **DEBUG** and **PRODUCTION** modes.