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)