Skip to content

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

23.2.4

10 Jul 10:09
d9c73be

Choose a tag to compare

  • Added new method to the Countly Config Object 'setPushNotificationAccentColor' to set notification accent color.
  • Added 'setPushTokenType' and 'setPushNotificationChannelInformation' calls to replace deprecated calls to the Countly Config Object.
  • Deprecated the following SDK call: 'CountlyConfig.pushTokenType'

23.2.3

25 May 16:58
99e6d7d

Choose a tag to compare

  • Fixed bug where the push notification type was not correctly set during init

23.2.2

23 May 17:14
4200e88

Choose a tag to compare

  • Fixed bug that caused an issue in the deprecated init call

23.2.1

19 May 11:42
6a8b6bd

Choose a tag to compare

  • Default max segmentation value count changed from 30 to 100

  • Fixed a bug on Android devices that prevented device ID to be changed when there is no consent given

  • Fixed a race condition bug by emptying event queue before sending user profile changes.

  • Updated underlying Android SDK version to 22.09.4

  • Updated underlying iOS SDK version to 23.02.2

23.02.0

26 Apr 14:49
c32b6b4

Choose a tag to compare

  • Added a new SDK initialization call 'initWithConfig', and a configuration object to configure it.

  • Added 'recordDirectAttribution' and 'recordIndirectAttribution' calls.

  • Added 'getDeviceIDType' call to fetch the device ID type.

  • Fixed a bug in IOS SDK that failed to correctly process temporary device id.

  • Deprecated the following SDK calls:

    • 'init'
    • 'pushTokenType'
    • 'configureIntentRedirectionCheck'
    • 'setLocationInit'
    • 'enableCrashReporting'
    • 'enableParameterTamperingProtection'
    • 'setRequiresConsent'
    • 'giveConsentInit'
    • 'setStarRatingDialogTexts'
    • 'enableApm'
    • 'enableAttribution'
    • 'recordAttributionID'
  • Updated underlying Android SDK to version 22.09.3

  • Underlying iOS SDK version is 22.06.2

22.06.5

27 Dec 15:56
85318ed

Choose a tag to compare

  • Added COUNTLY_EXCLUDE_PUSHNOTIFICATIONS flag in iOS React Native side to disable push notifications altogether.
  • Forwarding push callbacks to appDelegate if CountlyRNPushNotifications.m is acting as push notification delegate.
  • Underlying android SDK version is 22.06.2
  • Underlying iOS SDK version is 22.06.2

22.06.4

13 Dec 08:23
25e7833

Choose a tag to compare

  • Fixed incorrect iOS push token type when passing "Countly.messagingMode.PRODUCTION" as token type.
  • Underlying android SDK version is 22.06.2
  • Underlying iOS SDK version is 22.06.2

22.06.3

06 Dec 14:02
11fa414

Choose a tag to compare

  • Fixed a bug in Android SDK that would throw a null pointer exception when calling "CountlyPush.displayNotification " and CountlyPush was not initialized
  • Updated Underlying android SDK version to 22.06.2
  • Underlying iOS SDK version is 22.06.2

22.06.2

29 Nov 11:21
a53bfa2

Choose a tag to compare

  • Fixed a bug in Android SDK that would throw a null pointer exception when calling "CountlyPush.onTokenRefresh" and CountlyPush was not initialized
  • Updated Underlying android SDK version to 22.06.1
  • Underlying iOS SDK version is 22.06.2

22.06.1

16 Nov 13:20
20608e6

Choose a tag to compare