2.7.0
·
72 commits
to main
since this release
2.7.0 (2025-08-29)
Improvements
- Updated React Native SDK from
4.7.0to4.8.0which includes following updates: (#294) (a0e6190)- Added support for queueing sticky sessions on iOS
- Aligned iOS public API with other Customer.io 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
- When
setHighPriorityPushHandleris explicitly set tofalse, Firebase Messaging service is now added to Android manifest with a lower priority (-10, previously-1) to reduce the chance of conflicts with other push handlers (#297) (cb72527)