Releases: customerio/customerio-flutter
Releases · customerio/customerio-flutter
2.6.0
2.6.0 (2025-09-16)
Improvements
- Updated Native iOS SDK from
3.11.0
to 3.13.1
which includes following updates: (#280) (70c78cc)
- Added support for queue sticky sessions
- Align public API with other CIO SDK platforms
- Fixed build issues on Xcode 26 beta that only affected apps using CocoaPods
- Fixed an issue where custom scheme URLs were not opening when using FCM with
CioAppDelegateWrapper
2.5.0
2.5.0 (2025-08-27)
Features
- Align public API with other CIO SDK platforms (#271) (b559742)
2.4.3
2.4.3 (2025-08-11)
Bug Fixes
- Fixed an issue where inline message view occupied
1dp
of space even when no content was available. With this fix, the view no longer takes up any visual space when content is unavailable and only becomes visible when there is content to display. (#259) (b78cffd)
2.4.2
2.4.2 (2025-07-24)
Fixes and Tooling update
- Support for FCM 12.x is added which requires a minimum iOS deployment target of 15. If you're using FCM module, ensure your deployment target and tooling are up to date. Or lock Firebase to 11.x to avoid compatibility issues
- Fixes a crash when build attributes from device are nullable (iOS 3.11.0, Android 4.7.1) (#253) (9e66b4b)
2.4.1
2.4.1 (2025-07-21)
Bug Fixes
- Fixed build issue on iOS by adding a default implementation for an internal SPI method in
DeepLinkUtil
, preventing conformance errors with BUILD_LIBRARY_FOR_DISTRIBUTION = YES
(#249) (7313421)
2.4.0
2.4.0 (2025-07-17)
Features
- Add ability to configure messaging channels for local notifications (#247) (0541919)
2.3.1
2.3.1 (2025-07-09)
Bug Fixes
- Preserve numeric types when doing sanitization for JSON (#246) (ea94c07)
2.3.0
2.3.0 (2025-06-26)
Features
- Added support for inline in-app messages. Inline in-app messages act like a part of the content on your page. They let you dynamically populate parts of your app and talk to your customers without interrupting their experience. (39e7b87)
2.2.0
2.2.0 (2025-06-02)
Features
- Add support for iOS no-swizzling approach and improve example app setup
- Fixed an issue where the SDK enforced a strict version of firebase messaging, preventing integration with newer versions.
- Fixes the bug where multi screen in-app messages might dismiss earlier than intended
- (#226) (2f4c0a2)
2.1.8
2.1.8 (2025-05-30)
Bug Fixes
- Fixed a crash that occurred only when the app was restored by Android OS from background after being removed from memory with a modal in-app message active. (#225) (b521461)