Releases: customerio/customerio-ios
Releases · customerio/customerio-ios
3.6.0
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
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
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
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
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
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
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)
2.14.0
2.14.0 (2024-08-21)
Features
- Reduced the time for first in-app message to be shown for newly identified profiles. For new profiles, in-app messages are now fetched as soon as the profile is identified. (#794) (13032c6)
3.3.3
3.3.3 (2024-08-08)
Bug Fixes
- Resolved issue for customers who use the tool, Tuist, to install the Customer.io iOS SDK. (#791) (cd1346a)
3.3.2
3.3.2 (2024-06-27)
Bug Fixes
- This release addresses a compatibility issue for apps that have installed two or more third-party SDKs (besides Customer.io SDK) that handle push notifications. While this issue was primarily reported by our Flutter customers, it could also affect native iOS and React Native applications. (#751) (ca5abb3)