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
It is unable to use database when device just booted and not unlocked yet. I got error
SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
I know it is issue of Credential Encrypted Storage, and when I try to get OrmLiteSqliteOpenHelper with DeviceProtectedStorageContext I still got same error
It is unable to use database when device just booted and not unlocked yet. I got error
I know it is issue of Credential Encrypted Storage, and when I try to get OrmLiteSqliteOpenHelper with DeviceProtectedStorageContext I still got same error
There is my code, may be I doing something wrong?
Thank you
The text was updated successfully, but these errors were encountered: