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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [Unreleased]
6
6
7
+
## [3.6.0]
8
+
#### Added
9
+
- Introduces support for Unknown user activation: a feature that allows marketers to convert valuable visitors into customers. With this feature, the SDK can:
10
+
- Fetch unknown user profile creation criteria from your Iterable project, and then automatically create Iterable user profiles for unknown users who meet these criteria.
11
+
- Save information about a visitor's previous interactions with your application to their unknown user profile, after it's created.
12
+
- Display personalized messages for unknown users (in-app, push, and embedded messages).
13
+
- Merge unknown user profiles into an existing, known user profiles (when needed).
14
+
-`IterableConfig` is updated with an `enableUnknownUserActivation` flag that needs to be set to true to allow use of the unknown user activation functionality
15
+
- To learn more, read [Unknown User Activation: Developer Docs](https://support.iterable.com/hc/sections/40078809116180).
16
+
7
17
## [3.5.16]
8
18
### Added
9
19
- Added offline support for disable push API requests, allowing requests to be queued and processed when network connectivity is restored
0 commit comments