iOS app transfer and keychain

Does SQLCipher store something inside keychain? I would like to transfer my iOS app to another account and this app after transfer will lose connection with old keychain.

Hello @Naps_Firebase - SQLCipher core does not store anything inside the keychain. However, application’s will sometimes use the keychain to store key material that is then used to initialize SQLCipher. In that case it is the responsibility of the application to facilitate a means to facilitate migration.