Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch ID Remove/Add does not trigger Authentication Dialog #147

Open
wcwynn opened this issue Jan 16, 2017 · 1 comment
Open

Touch ID Remove/Add does not trigger Authentication Dialog #147

wcwynn opened this issue Jan 16, 2017 · 1 comment

Comments

@wcwynn
Copy link

wcwynn commented Jan 16, 2017

When a Touch ID protected item is added after it has been removed, the authentication dialog does not display.

Following the instructions for Adding/Removal of a Touch ID protected item, should an Add operation always result in the system to display the authentication dialog?

I'm seeing that ordinarily, the system dialog will display. However, when an item is added after it has been removed, the authentication dialog does not display.

Specifically, I see the following when adding, reading, and removing an item:

  • Add, Read, Remove => OK -- dialog shows for the Add and the Read
  • Read, Add, Remove => OK -- dialog shows for the Read and the Add
  • Remove, Add => NG -- dialog not displayed for the Add
  • Remove, Add, Add => NG -- dialog is only displayed for the 2nd Add
  • Add, Add, Read => OK -- dialog is displayed for both Adds and the Read

So it would seem that the first Add following the Remove of an item is not resulting in the dialog being displayed. (The value is however being written even though the dialog is not displayed)

Tested on iPhone 6s 10.1.1 and iPhone 6 Plus 10.2 using version 2.1 (where all operations are using the same key @"kishikawakatsumi" and Adds are using the value @"01234567-89ab-cdef-0123-456789abcdef")

Its possible I'm doing something wrong in testing but I haven't been able to identify the cause yet so wanted to ask for clarification of expected behavior.

@jvanmetre
Copy link

I am also seeing this behavior on an iPhone SE 10.2, and get the exact same results as wcwynn, using version 2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants