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

cancelable TouchId prompt when restoring the app from background #38

Open
younanjo opened this issue Jun 23, 2016 · 2 comments
Open

cancelable TouchId prompt when restoring the app from background #38

younanjo opened this issue Jun 23, 2016 · 2 comments

Comments

@younanjo
Copy link

Hi guys,

I have touchID prompt enabled, and when i put the app in background, and bring it back few seconds later, even though PasscodeLock is not yet triggered, i get this touchID prompt by iOS which you can press cancel to bypass! is there a way to stop it from happening?

@younanjo younanjo changed the title TouchId prompt when putting the app in background and back cancelable TouchId prompt when restoring the app from background Jun 23, 2016
@ziogaschr
Copy link
Collaborator

I was able to handle this by disabling the TouchID functionality from the configuration and handling it in our own subclass of CustomPasscodeLockPresenter (PR #27).

It will be wonderful to handle this in this library. For our case this isn't possible because of more checks that have to be done. Feel free to add a PR or I might do when I find the time.

@aalfath
Copy link

aalfath commented Jul 2, 2016

+1, I also have this problem. The Touch ID prompt window would still appear even though the deletePasscode() in repository has been called.

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

No branches or pull requests

3 participants