WuKongIMSDK
Choose a client platform and integrate the full WuKongIMSDK through a clear task-based path.
WuKongIMSDK is the full client SDK family. It manages more than a network connection: it also maintains the local messages, chats, unread counts, and data needed for offline recovery.
Where it fits
You will usually work with four kinds of entry point:
- Connection manager: connect, reconnect, disconnect, and connection state;
- Message manager: send, receive, query, and update messages;
- Conversation manager: the chat list, latest messages, and unread counts;
- Channel manager: names, avatars, and membership data for direct or group chats.
Choose a platform
Android
WuKongIMAndroidSDK 1.5.5 · Java
iOS
WuKongIMSDK 1.1.1 · Objective-C
JavaScript / Web
wukongimjssdk 1.3.5 · TypeScript
Flutter
wukongimfluttersdk 1.7.9 · Dart
HarmonyOS
@wukong/wkim 1.1.7 · ArkTS
Recommended order
- Read Core Concepts to understand UIDs, tokens, Channels, Conversations, and providers.
- Open the platform quickstart and complete installation, connection, and the first online text message.
- Continue with connection, messages, conversations, channels, and advanced features as needed.
- Use the platform API reference to look up methods, and read Upgrade SDKs before changing a dependency version.