auth0/SimpleKeychain

how to disable touch ID dialog

abrpatel opened this issue · 2 comments

Hi, I would like to access the keychain on iOS 8 without the keychain showing up. Do you know how i can achieve this?

This is me accessing it in swift. I know the sample project works in objective c, and you can access the keychain without the touchID prompt. Doesn't seem to work the same way with swift.

Let me know.
Cheers :)

Abhi

Hi @abhim8, did you set useAccessControl property to NO?. By default the TouchID prompt is disabled, and is enabled by setting useAccessControl to YES.
If that doesn't work, can you upload a snippet of how you are using it so I can take a look at it?

Thanks,

Don't know its not working for some reason. I'm just manually encrypting and decrypting the values and manually calling the touch id prompt.

Cheers :)
Abhi