Skip to content

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

20.4.6

Choose a tag to compare

@ArtursKadikis ArtursKadikis released this 31 Aug 17:44
1396dab
  • Adding APM calls
  • Adding functionality to enable attribution
  • Added call to retrieve the currently used device ID
  • Updated "init" call to async
  • Added "setLoggingEnabled" call
  • Added call to set location during init time
  • Fixed issues related to location tracking
  • Fixed issue where ios crash handling was enabled without enabling it
  • Deprecated "enableLogging" and "disableLogging" calls
  • Removed the "setViewTracking" call
  • Updated underlying android SDK to 20.04.5
  • Updated underlying ios SDK to 20.04.3

20.4.5

Choose a tag to compare

@ArtursKadikis ArtursKadikis released this 24 Jul 20:16
  • fixed "onNotification" listener
  • fixed a few issues with setting location
  • fixed bug with push messaging modes
  • reworked android push notifications (!! PREVIOUS ANDROID PUSH SETUP SHOULD BE REMOVED AFTER UPDATE !!)
  • adding android star rating callback
  • Tweaked android push notifications to show up only in the notification bar
  • fixed SDK version and SDK name metrics to show not the bridged SDK values but the ones from the react native SDK

20.4.4

Choose a tag to compare

@ArtursKadikis ArtursKadikis released this 30 Jun 19:57
header files missed to be copied

20.4.3

Choose a tag to compare

@trinisofttechnologies trinisofttechnologies released this 29 May 08:53

pinnedCertificate feature added.

20.4.1

Choose a tag to compare

@trinisofttechnologies trinisofttechnologies released this 26 May 12:31

Record View with segment added.

19.8.3

Choose a tag to compare

@trinisofttechnologies trinisofttechnologies released this 13 Mar 12:23

Source code removed.
Added pod dependencies.

Having upgrade issues?

Change from
pod ‘Countly’, :path => ‘../node_modules/countly-sdk-react-native-bridge’, :modular_headers => true
To
pod ‘CountlyReactNative’, :path => ‘../node_modules/countly-sdk-react-native-bridge’, :modular_headers => true

AwesomeProject/ios/PodFile

Change the name from Countly -> CountlyReactNative

19.8.2

Choose a tag to compare

@trinisofttechnologies trinisofttechnologies released this 21 Nov 05:38

changeDeviceId minor bug reported by a customer fixed.

19.8.1

Choose a tag to compare

@trinisofttechnologies trinisofttechnologies released this 05 Aug 14:47

Added method "remoteConfigClearValues"
To clear cache value on remote config.

Thanks

Auto rating modal issue fixed

Choose a tag to compare

@trinisofttechnologies trinisofttechnologies released this 22 Jul 16:21

StarRating modal was getting launched automatically because of default init parameters, now fixed.

Fix on ios .pod file

Choose a tag to compare

@trinisofttechnologies trinisofttechnologies released this 18 Jul 12:17

As per new react native version, linking is deprecated,
an so no longer react-native link

yarn add will auto link it.

Thanks