Skip to content

Version 3.1.0

Latest
Compare
Choose a tag to compare
@pxo-automation pxo-automation released this 28 Jan 14:20
ef43f76

Release Notes for 3.1.0

January 28, 2025

  • Added:
    • Defines an empty action on tap for an empty App Inbox.
    • Improves the documentation about manual tracking of push notifications.
    • Adds support for the iPhone 16 line and new tablets to be correctly identified in tracking events.
    • Improves logging for the anonymize() method.
    • Adds in-app content block carousel view updates required by wrappers SDKs.
  • Fixed:
    • 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.