I am implementing touch Id feature In my application.
It's working fine for touchID using evaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics
I also want to use pass-code option which is alternate for Touch Id, I am referring per apple's demo code for passcode using keychain. Apple Sample Code link
Can't we use it without adding any item using method addItemAsync to ask for passcode?
Is there any alternate way to ask device's passcode in our application programmatically?
If I try to use without add, getting error errSecItemNotFound.
Please suggest Am I missing anything or we can do with any other way to use device's passcode for our application,