Skip to content

t4ec/PasswordTestApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PasswordTestApp

Test iOS application written in swift

Task

  1. The application will be for storing a single password. And consist of two screens.
  2. The first screen will have a message saying “Authentication is needed to access your password. Tap to login”.
  3. After tapping the screen, the iOS fingerprint scan dialog will popup. If the fingerprint scan is successful, the app will continue to the second screen.
  4. The second screen will have a single field. And a save button.
  5. If there was a password stored in the field, it will be displayed in the field.
  6. The field will be editable. If the user types in a new password, and presses save, the new password will be saved.

To keep the app simple, just single text field is necessary. No need to store multiple passwords.

For simplicity NSUserDefaults was used for storing password instead of keychain.

About

Test iOS application written in swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages