-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
TouchID not showing on resuming app #145
Comments
@sschale I'm seeing this as well. Have you figured anything out yet? |
Does this still happen on the latest version? Some improvements have been made in the last few commits. |
I'll be testing my app again soon - will update with results. |
I'm seeing this too. I only get the touchID prompt back again after a cold app start. I wonder if Apple limits how many times the touchID can be shown? |
@ddaddy How can you close the app with the TouchID alert visible? Pressing the home button with a correct finger would close the alert successfully as well, and pressing with a wrong finger doesn't take you to your homescreen. @sschale If I call in the demo app, in the [LTHPasscodeViewController saveTimerDuration:5]; I validate with TouchID, press home, wait for the timer to finish and open the app again, I properly see the TouchID prompt. If I validate again with TouchID and lock the phone now, wait for the timer to finish and unlock the phone, I still properly see the TouchID prompt. The idea of the timer is to use it as a configuration, set it at launch and that's it. It will automatically do what I think you're trying to accomplish: if At this point, I'm not even sure why |
Sorry, I mean I open app and authorise with touchID, close and reopen and do the same, do it a third time and no touchID prompt is shown unless I force quit the app from the dock. |
Sadly I don't have a device I can run the project on, so it'll have to wait until Monday. |
Can I close this issue? |
On devices, there's a number of times when I can pretty reliably end up with the Passcode prompt instead of TouchID.
My setup:
applicationWillResignActive
I callapplicationDidBecomeActive
I call:(In
didFinishLaunchingWithOptions
I've tried addingLTHPasscodeViewController.sharedUser().disablePasscodeWhenApplicationEntersBackground()
, which doesn't seem to change the outcome below)(This is in the setting of before the patch I sent the pull request in, combined in with the other pull request, where you would never be able to get to passcode before with TouchID. I haven't had a chance to figure out the lifecycle of this issue.)
The text was updated successfully, but these errors were encountered: