Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store does not deletes automatically when app uninstalled by the user only for some android devices not for all. #780

Open
abdullatifHH opened this issue Dec 11, 2024 · 2 comments

Comments

@abdullatifHH
Copy link

abdullatifHH commented Dec 11, 2024

Updated Description:

Explaining the scenario: (where I had identified a bug using this mmkv library)

  • Replaced the Async-storage with mmkv for utilizing the more size beyond what Async-storage library provides.
  • Now If user tries to uninstall the App, the cache data still persists and there is no way to identify the uninstall callback to clear the mmkv storage. Still we need to relay on the Async-storage keys to indentify the fresh app install instance and clear the mmkv storage. But opened an issues to find a better way without relaying on the Async-storage library.

This issue was reproduced in only some devices of Android model, not reproducible in iOS though.

Copy link

maintenance-hans bot commented Dec 11, 2024

Guten Tag, Hans here! 🍻

Thanks for bringing this issue up. It seems you’ve encountered a potential bug with mmkv, which is indeed important to address. However, it would help us a lot if you could provide logs from the specific Android devices where this issue occurs.

To gather logs, you can use adb logcat while reproducing the issue on the device. This way, mrousavy can better understand the situation.

Also, if you’d like to ensure more timely support, consider sponsoring the project here. It really helps keep the development going!

Let us know if you can provide the logs!

Note: If you think I made a mistake, please ping @mrousavy to take a look.

@maintenance-hans maintenance-hans bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2024
@maintenance-hans maintenance-hans bot reopened this Dec 11, 2024
@radko93
Copy link

radko93 commented Dec 17, 2024

Do you have allowBackup set to false in Android manifest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants