Question
We use the DOT NFC SDK to read the NFC chips. Currently, the MRZ unlock feature is implemented in your Android samples. How can we use a CAN PIN instead??
Answer
You can change our sample to use CAN.
You need to change following part:

to:
val configuration = NfcTravelDocumentReaderFragment.Configuration(
password = CardAccessNumber("123456"),
authorityCertificatesFilePath = resolveAuthorityCertificatesFileUseCase().path,
)
The Card Access Number (CAN) 123456 should be replaced by the correct CAN for the particular ID.
Relevant Product / Version
DIS mobile SDK android