Skip to content

2.7.0

Choose a tag to compare

@cio-semantic-release cio-semantic-release released this 29 Aug 19:13
· 72 commits to main since this release

2.7.0 (2025-08-29)

Improvements

  • Updated React Native SDK from 4.7.0 to 4.8.0 which 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 setHighPriorityPushHandler is explicitly set to false, 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)