First, I would like to make an apology for my naive question. I am working on an iOS app where I have a database key that I need to store in the keychain. I also have other's framework modules that need to access the keychain. My app doing pretty well before the app update.
After the app update, I need to change my DB(database) key for some reason. So I need to update my DB key in the keychain. But when I tried to store my DB key in the keychain I am getting the error code -25299.
After that error, my other keychain dependant's framework also couldn't access the keychain.
My query is, how to overcome this issue?