Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
We are trying to delete keychain items of our APP
You are correct , we can access keychain items without having passcode but we can specify the access requirement for that
but while storing Keys we specify
kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly
this requires passcode to access that item , by this it has to auto delete the items when device passcode is removed , but thats not happening