Closed skrosoft closed 8 years ago
Hey,
It doesn't receive a param, because it wasn't thought of having multiple users when it was created, but calling those setters should work (even just the username), because internally it asks for the passcode based on those properties.
I guess it could be improved by taking them as parameters, to improve the process a bit.
You're right, it works, i forgot to remove this line:
LTHPasscodeViewController.useKeychain(false)
Thanks,
Hello @rolandleth
The function
doesPasscodeExist
actually return true if there is at least one passcode on the phone.This function should receive opcionally parameters
username
andservicename
, or use the current data setted with:It doesnt work for me with multiple users.
Vincent