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
* task(SDK-3753) - Removes manifest entry for CTBackgroundJobService
- No longer required as it is fixed in v6.2.0
* task(SDK-3752) - Updates Example app
* task(SDK-3752) - Adds support for ctv6.2.0
- Updates versions
- Removes all xiaomi related code
* task(SDK-3752) - Fixes a typo in CHANGELOG.md
* task(SDK-3752) - Adds back package name for max compatibility with RN versions
react-native-community/discussions-and-proposals#671 (comment)
* task(SDK-3752) - Updates CHANGELOG.md
* Removes all Xiaomi related public methods as the Xiaomi SDK has been discontinued. Details [here](https://developer.clevertap.com/docs/discontinuation-of-xiaomi-push-service).
16
+
* Changes the function definition of `setPushToken` to `setPushToken: function (token, type)` i.e it no more accepts `region` as a parameter.
17
+
18
+
**Bug Fixes**
19
+
***[Android Platform]**
20
+
* Extends the push primer callback to notify permission denial when cancel button is clicked on `PromptForSettings` alert dialog.
21
+
* Fixes a crash due to `NullPointerException` related to `deviceInfo.deviceId`.
22
+
* Fixes an ANR related to `isMainProcess` check.
23
+
* Fixes an ANR due to eager initialisation of `CtApi` triggered by DeviceId generation.
24
+
* Fixes an android build issue related to `package name no found` for apps with ReactNative version less than 0.71.
25
+
26
+
***[iOS Platform]**
27
+
* Fixes a bug where client side in-apps were not discarded when rendering status is set to "discard".
Copy file name to clipboardExpand all lines: index.d.ts
+2-4
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,9 @@
72
72
/**
73
73
* Manually set the push token on the CleverTap user profile
74
74
* @param {string} token - the device token
75
-
* @param {string} type - for Android only, specifying the type of push service token. Values can be CleverTap.FCM for Firebase or CleverTap.XPS for Xiaomi or CleverTap.BPS for Baidu or CleverTap.HPS for Huawei,
76
-
* @param {string} region - for xps only ,to specify the region
75
+
* @param {string} type - for Android only, specifying the type of push service token. Values can be CleverTap.FCM for Firebase or CleverTap.BPS for Baidu or CleverTap.HPS for Huawei,
* Manually set the push token on the CleverTap user profile
130
129
* @param {string} token - the device token
131
-
* @param {string} type - for Android only, specifying the type of push service token. Values can be CleverTap.FCM for Firebase or CleverTap.XPS for Xiaomi or CleverTap.BPS for Baidu or CleverTap.HPS for Huawei,
132
-
* @param {string} region - for xps only ,to specify the region
130
+
* @param {string} type - for Android only, specifying the type of push service token. Values can be CleverTap.FCM for Firebase or CleverTap.BPS for Baidu or CleverTap.HPS for Huawei,
0 commit comments