Additional checks added in android for Google vulnerability issue.
INSTALL_REFERRER intent removed from SDK manifest file, for attribution analytics and install campaigns we recommend adding INSTALL_REFERRER intent in your application manifest file. Check documentation for more information.
!! Due to cocoapods issue with Xcode 12, we have added the iOS SDK as source code instead of Pod. 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 "Pods/Development Pods/CountlyReactNative" and remove the old reference files.
Added "getFeedbackWidgets" method to get a list of available feedback widgets as array of object to handle multiple widgets of same type.
Added "presentFeedbackWidgetObject" to show/present a feedback widget with the combined widget object.
Deprecated "getAvailableFeedbackWidgets" method. Usinag this function it is not possible to see all the available feedback widgets. In case there are multiple ones for the same type, only the last one will be returned due to their id being overwritten in the type field.
!! Due to cocoapods issue with Xcode 12, we have created a new temporary Pod with a fix for Countly iOS SDK and named it "CountlyPod".
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.