jeroentrappers / flutter_keychain

A flutter plugin for secure storage on Android via KeyStore and iOS via Keychain
Other
57 stars 44 forks source link

Where the plugin store the data? on the device? #32

Closed WONDERJEWEL closed 2 years ago

WONDERJEWEL commented 2 years ago

Where is the storage on the device or ??? iOS? Android? Thanks

jeroentrappers commented 2 years ago

In the keychain for iOS, and on Android in secure storage

akardas16 commented 1 year ago

How does this library keep data even after uninstall the app in android? In native android there is no way to keep data on device after uninstall but this library keep same data after uninstall and reinstall the app?