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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## 23.6.1
2
+
* Fixed bug for Android devices where "getRemoteConfigValueForKey" and "getRemoteConfigValueForKeyP" methods would return the RCData object.
3
+
4
+
* Underlying Android SDK version is 23.8.2
5
+
* Underlying iOS SDK version is 23.8.2
6
+
1
7
## 23.6.0
2
8
* !! Major breaking change !! 'start' and 'stop' calls have been deprecated. They will do nothing. The SDK will now automatically track sessions based on the app's time in the foreground.
3
9
* ! Minor breaking change ! Remote config will now return previously downloaded values when remote-config consent is not given
@@ -22,20 +28,20 @@
22
28
* Added 'setPushTokenType' and 'setPushNotificationChannel' calls to replace deprecated calls to the Countly Config Object.
23
29
* Deprecated the following SDK call: 'CountlyConfig.pushTokenType'
24
30
25
-
* Underlying Android SDK version to 22.09.4
26
-
* Underlying iOS SDK version to 23.02.2
31
+
* Underlying Android SDK version is 22.09.4
32
+
* Underlying iOS SDK version is 23.02.2
27
33
28
34
## 23.2.3
29
35
* Fixed bug where the push notification type was not correctly set during init
30
36
31
-
* Underlying Android SDK version to 22.09.4
32
-
* Underlying iOS SDK version to 23.02.2
37
+
* Underlying Android SDK version is 22.09.4
38
+
* Underlying iOS SDK version is 23.02.2
33
39
34
40
## 23.2.2
35
41
* Fixed bug that caused an issue in the deprecated init call
36
42
37
-
* Underlying Android SDK version to 22.09.4
38
-
* Underlying iOS SDK version to 23.02.2
43
+
* Underlying Android SDK version is 22.09.4
44
+
* Underlying iOS SDK version is 23.02.2
39
45
40
46
## 23.2.1
41
47
* Default max segmentation value count changed from 30 to 100
0 commit comments