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
The in-app messaging implementation has been significantly improved:
24
+
25
+
* The SDK now maintains a local queue and keep it in sync with the server-side queue automatically
26
+
* Iterable servers now notify apps via silent push messages whenever the in-app message queue is updated
27
+
* In-app messages are shown by default whenever they arrive
28
+
29
+
Check the [In-app messages documentation](https://github.com/Iterable/iterable-android-sdk#in-app-messages) for more details.
30
+
31
+
Please refer to the [Migration guide](https://github.com/Iterable/iterable-android-sdk#migrating-in-app-messages-from-the-previous-version-of-the-sdk) if you've been using in-app messages in your app and updating a newer version of the SDK.
32
+
33
+
#### Removed
34
+
-`spawnInAppNotification` has been removed. Please refer to the in-app migration guide (above)
35
+
36
+
#### Changed
37
+
-`updateEmail` can now be used if the user is identified with userId
38
+
- Connection timeout is now 3 seconds
39
+
- The SDK now sets `notificationsEnabled` flag on the device to indicate whether notifications are enabled for the app
40
+
41
+
#### Fixed
42
+
- Fixed a NullPointerException when the app has a plain-text label in `AndroidManifest.xml` instead of a string resource reference
0 commit comments