-
**Is your feature request related to a problem? Please describe.**
There should be app version of ByteShare
**Describe the solution you'd like**
Create app version of ByteShare.
-
Creating a new SecureStorageObject does not trigger error callback in case the phone lock protection is not secure enough.
E.g.
Removing the PIN code from an iPhone and creating a SecureStorageObj…
-
### Steps to reproduce
1. Open the app when pin code and biometric authentication are enabled.
### Outcome
#### What did you expect?
Biometric authentication should work out of the box.
###…
-
https://github.com/expo/expo/issues/1765
> Size limit for a value is 2048 bytes. An attempt to store larger values may fail. Currently, we print a warning when the limit is reached, but we will thr…
-
I've been using this cool extension for just maui development and wonder if there's a way to sign and debug builds on apple devices? I'm trying to use Essentials.SecureStorage but need to sign with an…
ghost updated
2 years ago
-
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 …
-
When using with Xamarin.GooglePlayServices.SafetyNet.60.1142.1 on Android 4 (including 4.4.3) the following method fails: CrossSecureStorage.Current.GetValue("SessionToken");
it was previously set …
-
- iOS apps aren't removing `SecureStorage` after app uninstallation.
- Since v0.0.18 app is storing the `isFirstAppUse` flag (Using AsyncStorage).
The next step is to remove users' account if it a…
-
Hi,
The code `AccessTokenResponse tknResp = await this._oAuth2Helper.getTokenFromStorage();` will always return null when invoked from a background task [my iPhone is/was locked].
To Isolate the…
-
Hi!
Can you provide the method MultiGet like 'react-native/AsyncStorage' ?