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
Fixes the invalid parsing of a float number required for an App Inbox style setting.
Fixes an issue with an empty image source for an HTML in-app message by dismissing the HTML in-app view in the main thread.
Fixes an issue where a long URL in an in-app action would cause an error.
Fixes an issue with an empty App Inbox causing "invisible" space around.
Fixes an issue that caused an in-app message to be displayed while the user is anonymized.
Fixes an issue that could cause multiple invocations and initializations of the SDK from multiple threads and adds a sync and check to prevent this from happening.
Fixes an issue where a date filter was not applied and evaluated for in-app content blocks.
Fixes a case in which an in-app content block fetch could be zombied by unlocking refresh inside a guard.
Fixes an issue that caused infinite fetch repeats for zero in-app content blocks without calling onNoMessageFound.
Fixes an issue where dismiss was not handled on the main thread for InAppMessageWebView.
Fixes an issue where in some cases customer IDs and attributes were not tracked correctly and missing when using immediate flush mode.
Fixes an issue where campaign data were not inserted in the session event triggered by a push notification for session_start.
Fixes an incorrect swiftSoup version in .xcodeproj.
Removes unnecessary fetch for in-app content block personalized content in case of zero messages.