From e009274edca6c2a3af0fa9e0958615b61ec3ec77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanick=20B=C3=A9langer?= Date: Sun, 30 Aug 2020 17:18:42 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a8918cd..b38f478 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,10 @@ static void ClearKeychainIfNecessary() { @end ``` +# Limitations + +There seems to be some confusion around the maximum size of items that can be stored, especially on iOS. According to this [StackOverflow question](https://stackoverflow.com/questions/13488793/is-there-any-length-limit-of-string-stored-in-keychain), the actual Keychain limit is much lower than what it should theoretically be. This does not affect Android as the `EncryptedSharedPreferences` API relies on the phone's storage, via XML files. + ## License MIT