I try to import the private key into keychain using the SecItemAdd method returns OSStatus 0, but when I try to extract this key from the keychain using SecItemCopyMatch , it returns nil data, but OSStatus is 0 means success
Please refer to the Apple developers forum link
source share