SecureStorage
SecureStorage copied to clipboard
Hi, I'm getting the above exception when I try to get a previous stored value. I'm using the package within a Xamarin.Forms Android app only. The issue appears to happen...
i want saving data specific to an app and keeping it even after app deletion or force data clear. does this plugin support that ?
I have some sensitive information to store in phone. When I search the solution, two things came to my eyes "Sameerkapps/SecureStorage" and "Xamarin.Essentials: Secure Storage". Now, question is what are...
Running on VS2019 16.1.3 and building on Mac machine with Mojave 10.14.5 Downloaded the sample app, and unloaded all projects except the iOS project. Built the project with the iOS...
I'm using version 1.3.1, targeting Android 10.0 (Q) (API 29). The issue occurred on my OnePlus 5T (Android 9 security patch 1 December 2019). The stack trace (app identifiers replaced...
Lately the xamarin android app is crashing randomly on `CrossSecureStorage `with error as below: `public static string CrossSecureUserTypeKey { get; } = "UserType"; //Located in Statics.cs var UserType = Plugin.SecureStorage.CrossSecureStorage.Current.GetValue(Statics.CrossSecureUserTypeKey);`...
Getting an UnrecoverableKeyException when trying to retrieve values from CrossSecureStorage on Xamarin Android. Issue doesn't happen on iOS. I've seen it happen on android API level 25 and 27. A...
Before Android 6.0, the Android KeyStore can become inaccessible on some devices when the user has changed the screen lock method. The application cannot read or write in it anymore....
When calling this code: `Convert.ToBoolean(CrossSecureStorage.Current.GetValue(nameof(MyProperty), false.ToString()))` I got this exception: ``` [0:] AndroidEnvironment.UnhandledExceptionRaiser: System.FormatException: Invalid length for a Base-64 char array or string. at System.Convert.FromBase64_Decode (System.Char* startInputPtr, System.Int32 inputLength, System.Byte*...
Added property to support iCloud synchronized keychain, with a migration helper class to facilitate moving entries from local-only to synchronized. Updated the readme to describe its usage.