-
Disclaimer, I'm fairly new to Android and Capacitor development.
For Android, is there a reason [EncryptedSharedPreferences](https://developer.android.com/topic/security/data) aren't used? It seems…
-
As iOS platform supports Keychain experimentally, other platforms have similar secure implementations of a simple key-value storage directly, like Android's [Keystore](https://developer.android.com/pr…
-
I am getting InvalidKeyException when using security library.
We are using Koin library to inject `EncryptedSharedPreferences`.
Below is the code to generate the `SharedPreferences`.
```
private…
-
Keep running into this error that gets fix after I change the file name: so I basically have a counter that I have to update in order to fix it, do you know why this could be happening?
single …
-
I have several ANR reports on Play store console which are caused by Iterable SDK
[samsung j2corelte (Galaxy J2 Core)]/[Android 8.1 (SDK 27)]
```
"main" tid=1 Runnable
at com.google.crypto.tin…
baole updated
7 months ago
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.co…
-
Tested on Mi A1
```
I/Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread.
D/ProfileInstaller: Installing profile for io.parity.signer
D/navigation: in…
-
I'm using this package. It is working fine for short time.
I observed after few hours, all data cleaned up from the secure storage.
Most of our users are facing the issue.
Need your urgent support.…
-
https://developer.android.com/reference/kotlin/androidx/security/crypto/EncryptedSharedPreferences.html
-
I got crashed when read
` if (Prefs.securely().read().content("IsLoginEnable", false)) {`
**Error is**
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
…