-
### Description
I'm using the Xamarin/Maui Essentials SecureStorage in my iOS/Android project.
Recently I started migration from Xamarin to Maui and I am running into a issue.
~~Whenever I stor…
-
### Description
I get an exception when calling GetAsync and SetAsync in SecureStorage
### Steps to Reproduce
Tried to call GetAsync on a key that should exist. Later tried to call SetAsync f…
-
**Describe the bug**
Either getting or setting in storage with encryption is failing.
For context, this is the wrapper around the library:
```
import { MMKVLoader } from 'react-native-mmkv-stora…
-
Previously I created this issue for the following reason.
This plugin is getting the following error when `minifyEnabled` is set to `true` in Android.
This error is actually coming always wheth…
-
### Type of issue
Missing information
### Description
The page seems to mention `` as a backup exclusion configuration.
But the settings are stored using the `${applicationId}.microsoft.maui…
-
### Description
The `SecureStorage` is not available on devices like _Xiaomi Mi 10T Lite_ and _Huawei P30_ with Android 10 and _Samsung Galaxy S21 5G_ with Android 11. There are very likely more such…
-
I have tried every combination of the lines below in popup.tsx.
```js
const secureStorage = new SecureStorage({ copiedKeyList: ["shield-modulation"], area: "local" })
secureStorage.setPassword(MY_P…
-
Hello,
We're encountering below errors when using our application -
1. Failure in SecureStorage.remove() - The specified item could not be found in the keychain
2. Failure in SecureStorage.get() …
-
Code builds fine. When I run in simulator mode, it gives.
> System.Exception: Error adding record: MissingEntitlement
> at Xamarin.Essentials.KeyChain.SetValueForKey (System.String value, System…
-
When using multipart for file upload, the "stream has already been listened to" will be thrown
example:
```dart
class ModelProvider extends HttpProvider {
@override
void onInit() {
s…