Releases: Countly/countly-sdk-react-native-bridge
Releases · Countly/countly-sdk-react-native-bridge
20.11.0
- !! 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
- Hotfix for compilation issue
20.04.8
- Added "recordAttributionID" call to support changes in iOS 14 related to App Tracking Permission.
20.4.7
- Adding a call to set consent during init
20.4.6
- 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
- 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
header files missed to be copied
20.4.3
pinnedCertificate feature added.
20.4.1
Record View with segment added.
19.8.3
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