You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a ios app which already installed on client devices. i want to encrypt my database using sqlcipher. to do this i have implement the sqlcipher in my project and remove the old reference of sqlite. i am able to create new database using sqlcipher and other operations also can be performed over my new database. how can i use the old sqlite3 datase in my ios app which is updated with sqlcipher.