Adapting to Android OS Versions
Android 13 and Above App Compatibility Adaptation Guide
Google released Android 13 and the Level 33 Framework API in the third quarter of 2022.
RC's IMLib and Global IM UIKit have been adapted to Android 13 in version 5.3.0 (development version) and version 5.1.9.5 (stable version). However, some features may require modifications to your app. We have listed the affected items below:
-
To ensure the push notification function works properly, please use the push SDKs from various manufacturers that have been adapted to Android 13. The specific versions are as follows:
- Xiaomi Push SDK version: 5.1.0+
- Huawei Push SDK version: 6.7.0.300+
- OPPO Push SDK version: 3.1.0+
- Vivo Push SDK version (official adaptation to Android 13 not yet available): 3.0.0.4+
-
Android 13 has introduced a new push notification permission. The RC SDK does not request this permission internally, so your app will need to request it.
-
For users who integrate Global IM UIKit using source code, please modify the compileSdkVersion to 33; otherwise, compilation will fail.