Releases: Countly/countly-sdk-react-native-bridge
Releases · Countly/countly-sdk-react-native-bridge
20.11.10
20.11.9
20.11.8
20.11.7
20.11.6
- !! To handle the push notification you need to add the notifcation callback "didReceiveNotificationResponse" in your "AppDelegate.m" file and send the reponse to Countly SDK using this function "onNotificationResponse", for more detials please check the below mentioned link of "Handling push callbacks" section in Countly SDK documentation.
https://support.count.ly/hc/en-us/articles/360037813231-React-Native-Bridge-#handling-push-callbacks - Push notification action issue fixed when app is closed and user tap on notification.
- Updated underlying android SDK to 20.11.8
- Underlying iOS SDK version is 20.11.1
20.11.5
20.11.4
20.11.3
20.11.2
- !! Due to cocoapods issue with Xcode 12, we have added the iOS SDK as source code instead of Pod. Due to that change if you have already added the reference of files "CountlyNotificationService.h/m" then you need to update these files references by adding the files from "Pods/Development Pods/CountlyReactNative" and remove the old reference files.
20.11.1
- Added "getFeedbackWidgets" method to get a list of available feedback widgets as array of object to handle multiple widgets of same type.
- Added "presentFeedbackWidgetObject" to show/present a feedback widget with the combined widget object.
- Deprecated "getAvailableFeedbackWidgets" method. Usinag this function it is not possible to see all the available feedback widgets. In case there are multiple ones for the same type, only the last one will be returned due to their id being overwritten in the type field.
- Deprecated "presentFeedbackWidget" method.
- Updated underlying android SDK to 20.11.2
- Updated underlying ios SDK to 20.11.1