-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hi!
I'm getting the following error in my Xamarin Forms application:
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'Plugin.SecureStorage.SecureStorageImplementation' threw an exception. ---> Java.Lang.NoSuchMethodError: no static method "Landroid/os/Build;.getSerial()Ljava/lang/String;"
This is thrown when I try to use the SetValue method:
CrossSecureStorage.Current.SetValue("test", "123");
I'm using SecureStorage version 2.0.1 (although, I'm also getting the problem in version 2.0).
Any clues?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels