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
Added Surveys and NPS feedback widgets. Added calls to interract with different app key requests. Added setStarRatingDialogTexts method to set text's for different fields of star rating dialog. Added setViewTracking deprecated method back. Google play vulnerability issue fixed. Travis CI added. Example app updated for IDFA and tracking changes for iOS. Device id NSNull check added for iOS. Added APM fixes. Merge pull request #36 from Countly/dev-junaid
Added Surveys and NPS feedback widgets
Added replaceAllAppKeysInQueueWithCurrentAppKey method to replace all app keys in the 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.
Google play vulnerability issue fixed due to broadcast receiver for android push notification
Travis CI added.
Example app updated with a single plugin for both IDFA and App tracking permission for iOS.
Device id NSNull check added for iOS to fix the length on the null crash.
Updated underlying android SDK to 20.11.0
Updated underlying ios SDK to 20.11.0
Added APM fixes for foreground/background and app start duration.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## 20.11.0
2
+
* !! 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.
3
+
* !! Consent change !! To use remote config, you now need to give "remote-config" consent
4
+
* !! Push breaking changes !! Google play vulnerability issue fixed due to broadcast receiver for android push notification
5
+
* Added Surveys and NPS feedback widgets
6
+
* Added replaceAllAppKeysInQueueWithCurrentAppKey method to replace all app keys in queue with the current app key
7
+
* Added removeDifferentAppKeysFromQueue method to remove all different app keys from the queue
8
+
* Added setStarRatingDialogTexts method to set text's for different fields of star rating dialog
9
+
* Added setViewTracking deprecated method back.
10
+
* Example app updated with single plugin for both IDFA and App tracking permission for iOS.
11
+
* Device id NSNull check added for iOS to fix the length on null crash.
12
+
* Updated underlying android SDK to 20.11.0
13
+
* Updated underlying ios SDK to 20.11.0
14
+
1
15
## 20.4.9
2
16
* Hotfix for compilation issue
3
17
@@ -29,4 +43,4 @@
29
43
* Tweaked android push notifications to show up only in the notification bar
30
44
* Fixed SDK version and SDK name metrics to show not the bridged SDK values but the ones from the react native SDK
31
45
32
-
* Please refer to this documentation for released work https://support.count.ly/hc/en-us/articles/360037813231-React-Native-Bridge-
46
+
* Please refer to this documentation for released work https://support.count.ly/hc/en*us/articles/360037813231*React*Native*Bridge*
0 commit comments