Releases: customerio/customerio-flutter
Releases · customerio/customerio-flutter
2.2.0
2.1.8
2.1.7
2.1.6
2.1.6 (2025-04-28)
Updates the iOS native dependency from 3.8.1
to 3.8.2
and Android native dependency from 4.5.6
to 4.5.8
which includes the following improvements.(#221) (56418f2)
Bug Fixes
- [iOS] Region codes are now handled more flexibly—if we can't recognize one, we use a default instead of blocking SDK startup. (customerio/customerio-ios#879)
- [iOS] Set a safe upper limit for the Firebase (FCM) version in CocoaPods to avoid build issues with newer versions.(customerio/customerio-ios#880)
- [Android]Fixed an issue where a freshly generated Firebase token was being deleted by mistake. Now, only outdated tokens are removed. (customerio/customerio-android#517) (ccb9de2)
- [Android] Custom events triggered via the plugin now follow the same timing and lifecycle as other SDK events. (customerio/customerio-android#521) (1c0b7a6)
2.1.5
2.1.4
2.1.4 (2025-04-03)
Updates the iOS native dependency from 3.8.0
to 3.8.1
and Android native dependency from 4.5.3
to 4.5.5
which includes the following improvements.
Bug Fixes
- [iOS] Fixed an issue where the “Application Installed” event was incorrectly triggered on every app launch instead of only after the initial installation.
- [Android] Resolved syncing issues for events stored while in battery saver (offline) mode (customerio/customerio-android#498) (6f3d16f)
- [Android] Fixed the sequencing of screen tracking events for in-app messaging current screen state (customerio/customerio-android#500) (6877daf)
2.1.3
2.1.2
2.1.1
2.1.1 (2025-01-09)
Updates the iOS native dependency from 3.7.1
to 3.7.2
and Android native dependency from 4.5.0
to 4.5.2
which includes the following improvements.
Bug Fixes
- [Android] Fixes the bug where device update/delete events would not migrate automatically when migrating from v3 to v4 (customerio/customerio-android#481)
- [Android & iOS] Fixes in-app messages overlay background color being ignored from in-app message payload (customerio/customerio-android#485) (customerio/customerio-ios#843)