You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
!! 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.