Skip to content

Releases: exponea/exponea-ios-sdk

Version 2.19.0

27 Oct 12:48
376cf15
Compare
Choose a tag to compare

Release Notes for 2.19.0

October 27, 2023

  • Features
    • Xcode 15 and iOS 17 support added
      • iOS minimal version increased to 12
    • Push notification token tracking frequency has been documented
    • Anonymize feature has been described with more details in documentation
    • Rich Push notification has clickable image with default action
    • Viewport meta tag was removed from forbidden constructs for all HTML messages due to scaling issues
    • Debug mode was refactored
  • Bug Fixes
    • Fixed: Action button not working for HTML In-app messages created via Visual editor
    • Fixed: Push notification payload docu has wrong field names
    • Fixed: Multiple flush timers invocation

Version 2.18.0

14 Sep 12:16
05edb0f
Compare
Choose a tag to compare

Release Notes for 2.18.0

September 14, 2023

  • Features
    • Added EXP prefix for for SDK-related log output
    • Added dynamic scaling for App Inbox PUSH message
    • Add support for darkmode in App Inbox PUSH messages and native In-app messages in by isDarkMode
    • Documentation extension with PUSH notification payload structure description, PUSH handling and more
    • Small internal refactoring for better compatibility with MAUI wrapper
  • Bug Fixes
    • Fixed: Image is under navbar in App Inbox PUSH message detail

Version 2.17.0

02 Aug 11:16
7e045b9
Compare
Choose a tag to compare

Release Notes for 2.17.0

August 02, 2023

  • Features
    • In-app content block feature has been added into SDK
    • Handling of nil/null values inside objects sending tracking in requestFactory to avoid crashes
    • Documentation is updated to describe fetching of In-app messages while identifyCustomer process in detail
    • New devices supported for tracking events
  • Bug Fixes
    • Fixed: Action click event from In-app messages, and App Inbox HTML Inbox messages tracked button text with HTML tags
    • Fixed: banner_type for HTML In-app messages is null instead of freeform
    • Fixed: Webview for HTML In-app messages and App Inbox HTML Inbox messages not fully offline

Note: Please note, we're working on the Bloomreach Engagement App release for the new In-app personalization features. This is just the mobile SDK part, for the new features, keep an eye on the Engagement App release notes, it will be released shortly.

Version 2.16.4

11 Jul 09:57
Compare
Choose a tag to compare

Release Notes for 2.16.4

July 11, 2023

  • Features
    • XCode 14.3 support added
  • Bug Fixes
    • Fixed: Property platform was not tracked for campaign events

Version 2.16.3

01 Jun 11:03
66ab669
Compare
Choose a tag to compare

Release Notes for 2.16.3

June 01, 2023

  • Features
    • Brings public visibility to App Inbox style API

Version 2.16.2

22 May 08:50
93ed3a1
Compare
Choose a tag to compare

Release Notes for 2.16.2

May 22, 2023

  • Features
    • New AppInbox provider has been created for easier styling of UI components
    • API for push token handling as string and push notification tracking
    • Small internal refactoring for better compatibility with other wrappers
    • Documentation about FCMID handling was described more deeply

Version 2.16.1

04 May 13:09
6352455
Compare
Choose a tag to compare

Release Notes for 2.16.1

May 04, 2023

  • Bug Fixes
    • Fixed: Carthage dependency linking and wrong file name

Version 2.16.0

25 Apr 16:48
Compare
Choose a tag to compare

Release Notes for 2.16.0

April 25, 2023

  • Features
    • Ability to track a user 'interaction' while closing InApp message
    • Support section added to main Readme
    • InApp loading flow has been described more deeply in documentation
    • Push notification track action has been described more deeply in documentation
    • SDK initialization performance improve
  • Bug Fixes
    • Fixed: SwiftSoup takes large space because of xcframework assignment
    • Fixed: Marking of App Inbox message as read failed due to invalid usage of Customer IDs
    • Fixed: Empty in-app message response did not clear the cache so previously loaded messages persisted there
    • Fixed: Remove invalid link to developers hub from Useful links

Version 2.15.2

06 Mar 15:25
25551ac
Compare
Choose a tag to compare

Release Notes for 2.15.2

March 06, 2023

  • Bug Fixes
    • Fixed: AppInbox detail layout fixes

Version 2.15.1

27 Feb 14:46
3a9cdd8
Compare
Choose a tag to compare

Release Notes for 2.15.1

February 27, 2023

  • Bug Fixes
    • Fixed: Fixed: App Inbox layout was reworked from using storyboard to native code implementation for better compatibility with SDK wrappers