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

Data stored on android device is not persist #817

Open
urvashi-dangi opened this issue Nov 4, 2024 · 1 comment
Open

Data stored on android device is not persist #817

urvashi-dangi opened this issue Nov 4, 2024 · 1 comment

Comments

@urvashi-dangi
Copy link

urvashi-dangi commented Nov 4, 2024

Hi all, I am working on app which have the functionality to store data securely on android and iOS platform using plugin flutter_secure_storage . But now i am stuck on an issue which doesn't persist data after uninstalling and re-installing the app in android and iOS device.

Steps :

  • Saved data using write method provided by FlutterSecureStorage.
  • Uninstalling the app.
  • Re-installing the app but data also gets removed on uninstalling and fetching null data from FlutterSecureStorage.

Please help with this.
Thank you

@avneesh-sharma-mobile
Copy link

I am also facing the same issue where FlutterSecureStorage returns null after uninstalling and reinstalling the app in Android.
my test steps

  1. Release build
  2. Install via command > adb install path of apk
  3. Uninstall App
  4. Reinstall the app via the same command

Please help with this if any one solve this type of issue
Thank you

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