Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
// Debug APK
flutter build apk --debug

// Release APK
flutter build apk --release

Set up Mock MDS for Biometric Scan.

  1. Install the mock mds application.

  2. Open “SETTINGS“

  3. In Device Config, select: “Registration” from dropdown

  4. In P12 Config:

    1. Fill Device Key credentials and upload Device P12 file.

    2. Fill FTM Key credentials and upload FTM P12 file.

    3. Fill all fields in MOSIP IDA Config.

  5. In Modality Config,set the quality score for Face, Finger and Iris.

  6. Click on “SAVE”.

  7. Then on Home Page, click “LOAD AND VALIDATE CERTIFICATES“.

  8. Result for validation success will be displayed as toast message.

Contributing

If you would like to contribute to the Android Registration Client, please follow the guidelines outlined here.

...