Skip to content

Version 2.28.0

Compare
Choose a tag to compare
@pxo-automation pxo-automation released this 01 Aug 13:01
· 30 commits to main since this release
189c7c7

Release Notes for 2.28.0

August 01, 2024

  • Added:
    • ContentBlockCarouselCallback extended with additional callback methods.
    • Adds an improvement ensuring that In-App Messages are only fetched while the app is in the foreground.
    • InAppContentBlock.Content struct exposed to have public constructor.
    • PersonalizedInAppContentBlockResponse struct exposed to have public constructor.
    • Tracking of campaign/clicks event updated only for cases when xnpe_cmp is present, described more deeply in documentation.
    • AppInboxListViewController extended with onItemClicked callback.
    • Carousel documentation updated.
  • Fixed:
    • Fixed: InAppContentBlock deserialisation now able to handle NIL.
    • Fixed: Crash caused by calling track events for not configured SDK from multiple threads fixed by adding atomicity to actionBlocks array in ExpoInitManager.
    • Fixed: Carousel timer inconsistency for next message after resuming from action.
    • Fixed: Duplicity of App Inbox event_type in events - removed from show/click/etc. event.
    • Fixed: Missing UTM params added for HTML App Inbox message markAsRead and trackOpen.
    • Fixed: Possible runtime crash caused by not initialised Tracking manager fixed.