Skip to content

Releases: customerio/customerio-ios

3.7.2

08 Jan 11:53
Compare
Choose a tag to compare

3.7.2 (2025-01-08)

Bug Fixes

  • Fixes in-app messages overlay background color being ignored from in-app message payload (#843)

3.7.1

06 Jan 08:33
Compare
Choose a tag to compare

3.7.1 (2025-01-06)

Bug Fixes

  • Fixes the intermittent crash with in-app messages when triggered on background thread (#840) (93200a4)

3.7.0

01 Jan 18:15
Compare
Choose a tag to compare

3.7.0 (2025-01-01)

Features

  • Added ability to disable forwarding screen events to destinations/servers. Apps can still send screen events for local processing and use them for page rules in in-app messages by just updating SDK configuration during initialization. (#844) (486e228)

Fixes

  • Handle fragments (#) when you open a web page from in-app via "Open the web" action. #842

3.6.0

13 Nov 11:37
Compare
Choose a tag to compare

3.6.0 (2024-11-13)

Features

  • This release introduces support for displaying larger in-app messages. (#831) (3731f68)

Fixes

  • Resolve an issue that prevented push metrics from being reported for customers who set the region to the EU region. (#836)

Improvement

  • Updated our SDK to use the v2 version of our in-app messages API. This will provide a more reliable experience for in-app messages. (#834)

3.5.1

25 Oct 08:34
Compare
Choose a tag to compare

3.5.1 (2024-10-25)

Bug Fixes

  • This fix dismisses keyboard when an in-app message appears to allow uninterrupted user interaction (#828) (faad28a)

3.5.0

16 Oct 16:07
Compare
Choose a tag to compare

3.5.0 (2024-10-16)

Improvement

  • This release includes changes needed to support for data pipelines in the our React Native SDK. There are no new features for customers utilizing our native Android SDK only.
    (#819) (171dfdc)

2.14.2

07 Oct 16:23
Compare
Choose a tag to compare

2.14.2 (2024-10-07)

Features

  • This update extends support to the newer versions of the Firebase SDK (>11), ensuring compatibility with the latest Firebase features and improvements. (#822) (ab53cf6)

3.4.1

01 Oct 20:45
Compare
Choose a tag to compare

3.4.1 (2024-10-01)

Features

  • This update extends support to newer Firebase SDK versions. (#792)

Bug Fixes

  • Fixes an edge case where the in-app queue would not maintain its integrity when autoScreenTracking is turned on and screens are frequently changed. (#820) (62268a4)

3.4.0

17 Sep 22:06
Compare
Choose a tag to compare

3.4.0 (2024-09-17)

Features

  • Revamped the in-app messaging module to enhance performance by optimizing local processing, accelerating message loading during page transitions, and implementing a state-driven architecture for better responsiveness and control. [#815] (5cd651b)
  • We highly recommend upgrading to the new in-app editor to ensure optimal performance.

Fixes

  • We reduced the chance of duplicate in-app messages by keeping a local store of messages already displayed.

2.14.1

21 Aug 19:23
Compare
Choose a tag to compare

2.14.1 (2024-08-21)

Bug Fixes

  • Explicitly switched threads to avoid forcing identify calls to be made on main thread. The SDK now automatically switches to appropriate thread, regardless of the thread used to make identify calls. (#795) (9fc527b)