Releases: Countly/countly-sdk-react-native-bridge
Release list
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
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
19.8.2
changeDeviceId minor bug reported by a customer fixed.
19.8.1
Added method "remoteConfigClearValues"
To clear cache value on remote config.
Thanks
Auto rating modal issue fixed
StarRating modal was getting launched automatically because of default init parameters, now fixed.
Fix on ios .pod file
As per new react native version, linking is deprecated,
an so no longer react-native link
yarn add will auto link it.
Thanks