Xiaomi Corporation made a significant announcement recently, notifying users about discontinuing the Mi Push service beyond Mainland China due to operational concerns. You might have already received communication regarding this matter. Read the official announcement from the Xiaomi Corporation here. With the Mi Push service's closure, CleverTap will cease offering Mi Push support for Xiaomi devices. After the shutdown, Xiaomi devices will still receive push notifications through Firebase Cloud Messaging (FCM).
- Fixes an issue related to push impressions leading to a profile split
- Updated Xiaomi Push SDK to v5.1.5
- Supports CleverTap Android SDK v5.2.0
- Updated Xiaomi Push SDK to v5.1.1 which supports Android 13
- Supports CleverTap Android SDK v4.7.0
- Support for providing region to MiPushClient via MultiInstance too
- Supporting Xiaomi Regions
- This Release makes the CT XPS SDK compatible with the latest Xiaomi Privacy Upgrades
- [Breaking Change] This release makes it mandatory for Clients to include the Xiaomi Push Library as a part of their gradle dependencies. Check the integration docfor more info
- [Breaking Change] This release also makes it mandatory for clients to support
minSdkVersion 19
as compared to previousminSdkVersion 16
- For Clients using the default implementation of CT Xiaomi SDK , they would not require any additional changes in their codebase apart from the above mentioned gradle and dependency changes
- [Breaking Change] For Clients using a custom implementation of Xiaomi Push Receiver, they will also need to update the code to pass Region in
clevertapApi.pushXiaomiRegistrationId(regId, region, register)
function.
- Supports the
enableXiaomiPushOn
method in the core SDK. CleverTap Xiaomi Push SDK can now be enabled/disabled forALL_DEVICES
,XIAOMI_MIUI_DEVICES
andNO_DEVICES
- Supports CleverTap Android SDK v4.5.0
- Updated Xiaomi Push SDK to v4.8.6
- Adds below new public APIs for smooth and easy integration of Custom Android Push Notifications Handling(XPS),Custom Pull Notifications Handling and Push Templates.
CTXiaomiMessageHandler().createNotification(applicationContext,message)
CTXiaomiMessageHandler().processPushAmp(applicationContext,message)
- Supports CleverTap Android SDK v4.4.0
- Updated Xiaomi Push SDK to v4.8.2
- Supports CleverTap Android SDK v4.3.0
- Fixes the "unspecified" error during Gradle build
- Please do not use v1.0.1 and use this version instead
- Updated Xiaomi Push SDK to v3.8.9
- Supports CleverTap Android SDK v4.1.0
- Initial release! 🎉
- Supports CleverTap Android SDK v4.0.0