You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :
Please help with this.
Thank you
The text was updated successfully, but these errors were encountered: