Open carmelogallo opened 7 years ago
Same thing here, couldn't figure out why
@kishikawakatsumi may you help out here?
Hi, I'm having the same issue with the "remove" method also. Next time I'm adding an item, the TouchId popup won't show.
Any updates on this?
Hi guys, I got this weird issue. Seems that if I call
and after
the touch id pop up is not showed but, if you call it again the pop up is showed. Seems that the first time you try to access to touch id after .removeAll() is broken. Any clue why?
[UPDATED]
Seems that calling any Keychain feature inThe problem is always there if I useapplication(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey : Any]? = nil) -> Bool
fail the touch id. I was calling the.removeAll()
there but even if I set a key there the touch id fails..removeAll()
in any place. Also if you set a key inapplication(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey : Any]? = nil) -> Bool
the touch id fails as well.