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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
### Fixed
10
10
-`EmbeddedSessionManager` methods is now accessible which were library group restricted before.
11
+
- Added timeout for crypto operations to prevent ANRs.
12
+
13
+
### Disabling Keychain Encryption
14
+
The Iterable SDK provides an option to disable encryption for keychain storage. By default, encryption is enabled to securely store sensitive user data.
15
+
To disable keychain encryption, set the `keychainEncryption` parameter to `false` when initializing the SDK:
0 commit comments