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
We are using drift with encrypted database. After adding amplitude sdk it replaces it with the unencrypted database. On the native side, SQLCipher and sqlite3 conflicting with each other.
Expected Behavior
Use SQLCipher
Current Behavior
Uses sqlite3
Possible Solution
If sqlite is statically included in pod, is it possible to replace it with regular sqlite3?
We are using drift with encrypted database. After adding amplitude sdk it replaces it with the unencrypted database. On the native side, SQLCipher and sqlite3 conflicting with each other.
Expected Behavior
Use SQLCipher
Current Behavior
Uses sqlite3
Possible Solution
If sqlite is statically included in pod, is it possible to replace it with regular sqlite3?
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: