apgsn
apgsn
@sadikyalcin would you mind sharing your code? I've been messing around with regexes but they can't quite replicate the actual view, there are too many edge cases even for my...
It could be a scoped storage issue. I solved it by adding:`android:requestLegacyExternalStorage="true"` to my AndroidManifest, inside the `application` tag. Note that this is a [temporary workaround](https://developer.android.com/training/data-storage/use-cases#opt-out-scoped-storage) and may not work...
Try with `{configId}`.
When your store is large (>4 Mb) you're more likely to run out of memory on Android. To see the size of your store, you can execute `showAsyncStorageContentInDev()` on your...