Skip to content

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

20.11.0

08 Dec 16:50
90ecbae
Compare
Choose a tag to compare
  • !! Due to cocoapods issue with Xcode 12, we have created a new temporary Pod with a fix for Countly iOS SDK and named it "CounltyPod". Due to that change if you have already add the reference of files "CountlyNotificationService.h/m" then you need to update these files references by adding the files from "CountlyPod" and remove the old reference files.
  • !! Consent change !! To use remote config, you now need to give "remote-config" consent
  • !! Push breaking changes !! Google play vulnerability issue fixed due to broadcast receiver for android push notification
  • Added Surveys and NPS feedback widgets
  • Added replaceAllAppKeysInQueueWithCurrentAppKey method to replace all app keys in queue with the current app key
  • Added removeDifferentAppKeysFromQueue method to remove all different app keys from the queue
  • Added setStarRatingDialogTexts method to set text's for different fields of star rating dialog
  • Added setViewTracking deprecated method back.
  • Example app updated with single plugin for both IDFA and App tracking permission for iOS.
  • Device id NSNull check added for iOS to fix the length on null crash.
  • Updated underlying android SDK to 20.11.0
  • Updated underlying ios SDK to 20.11.0

20.04.9

09 Oct 22:22
Compare
Choose a tag to compare
  • Hotfix for compilation issue

20.04.8

08 Oct 19:55
f7d4f65
Compare
Choose a tag to compare
  • Added "recordAttributionID" call to support changes in iOS 14 related to App Tracking Permission.

20.4.7

07 Sep 17:02
Compare
Choose a tag to compare
  • Adding a call to set consent during init

20.4.6

31 Aug 17:44
1396dab
Compare
Choose a tag to compare
  • 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

24 Jul 20:16
Compare
Choose a tag to compare
  • 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

30 Jun 19:57
Compare
Choose a tag to compare
header files missed to be copied

20.4.3

29 May 08:53
Compare
Choose a tag to compare

pinnedCertificate feature added.

20.4.1

26 May 12:31
Compare
Choose a tag to compare

Record View with segment added.

19.8.3

13 Mar 12:23
Compare
Choose a tag to compare

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