Skip to content

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

20.11.14

21 Feb 12:47
0cf0480

Choose a tag to compare

  • Fixed a bug that threw an exception when logging a warning for "setUserData".
  • Underlying Android SDK version is 20.11.12
  • Underlying iOS SDK version is 20.11.3

20.11.13

17 Feb 13:04
6e08a48

Choose a tag to compare

  • Updated the Android "compileSdkVersion" and "targetSdkVersion" to "31".
  • Adding the "exported" tag for the FCM service, required by Android 12.
  • Fixed an Android push bug due to "CLOSE_SYSTEM_DIALOGS" permission denial, related to Android 12.
  • Updated underlying android SDK to 20.11.12
  • Underlying iOS SDK version is 20.11.3

20.11.12

07 Dec 16:36
510fe90

Choose a tag to compare

  • ! Minor breaking change! Firebase dependency updated to version '22.0.0', replaced deprecated method to retrieve push token. This change now makes AndroidX mandatory.
  • Bintray repository inclusion removed.
  • Underlying android SDK is 20.11.11
  • Underlying iOS SDK version is 20.11.3

20.11.11

03 Dec 16:03
6d9f19c

Choose a tag to compare

  • User profile issue fixed, user data was deleted for key if no value, null or undefined value was provided against that key.
  • Fixed an issue on Android devices where events would not be sent.
  • Updated underlying android SDK to 20.11.11
  • Updated underlying iOS SDK to 20.11.3

20.11.10

30 Aug 10:28
cc8e640

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

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

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

Choose a tag to compare

  • Added "setCustomMetrics" method to set the metrics you want to override.

20.11.6

05 May 13:05
7097409

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

Choose a tag to compare

  • iOS thread safety added to make all function calls on main thread.