Hi Folks, I am using Keychain in a Kotlin multipla...
# ios
a
Hi Folks, I am using Keychain in a Kotlin multiplatform library, and during unit tests + compose iOS app it throws me
errSecNotAvailable
error,
"No keychain is available. You may need to restart your computer."
What can be the reason behind this ? The code works fine in a sample iOS app.
There’s a attribute that we set during keypair creation which helps as a workaround, kSecAttrIsPermanent is set as false during tests
108 Views