You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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.
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?
The text was updated successfully, but these errors were encountered: