Where your data is stored
- Android - SQLite
- iOS - small values (not exceeding 1024 characters) are serialized and stored in a common
manifest.json
file, while larger values are stored in individual, dedicated files (named as MD5 hashedkey
) - macOS - Same as iOS
- Web - window.localStorage
- Windows - SQLite