Skip to content

Releases: Countly/countly-sdk-react-native-bridge

20.11.10

30 Aug 10:28
cc8e640
Compare
Choose a tag to compare
  • Crash handler error stack parsing issue fixed for React-Native version >= 0.64
  • Underlying android SDK is 20.11.10
  • Underlying iOS SDK version is 20.11.1

20.11.9

18 Aug 09:36
c740500
Compare
Choose a tag to compare
  • Automatic crash reporting issue fixed.
  • Android background session logging issue fixed.
  • Updated underlying android SDK to 20.11.10
  • Underlying iOS SDK version is 20.11.1

20.11.8

03 Aug 16:01
0104452
Compare
Choose a tag to compare
  • Moving a push related broadcast receiver declaration to the manifest to comply with 'PendingIntent' checks
  • Updated underlying android SDK to 20.11.9
  • Underlying iOS SDK version is 20.11.1

20.11.7

03 Aug 16:01
a951a36
Compare
Choose a tag to compare
  • Added "setCustomMetrics" method to set the metrics you want to override.

20.11.6

05 May 13:05
7097409
Compare
Choose a tag to compare
  • !! 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

18 Feb 11:28
a0ebf07
Compare
Choose a tag to compare
  • iOS thread safety added to make all function calls on main thread.

20.11.4

12 Feb 14:05
5d1967b
Compare
Choose a tag to compare
  • Android session start issue fixed.
  • Updated underlying android SDK to 20.11.5

20.11.3

15 Jan 12:33
fdad664
Compare
Choose a tag to compare
  • Added "disablePushNotifications" method to disable push notifications for iOS.
  • Updated underlying android SDK to 20.11.3

20.11.2

28 Dec 15:13
6573e6c
Compare
Choose a tag to compare
  • !! 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

15 Dec 12:32
ded31cd
Compare
Choose a tag to compare
  • 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