
When UserSig is needed, your application can send a request to the business server for a dynamic UserSig.
Android app toplist code#
The correct UserSig distribution method is to integrate the calculation code of UserSig into your server and provide an application-oriented API. Tips: You may create "user1" and "user2" here. Generate two pairs of "UserID" and the corresponding "UserSig", and copy the "key" information.

Select Auxiliary Tools > UserSig Generation and Verification on the left sidebar. Signed up and log in to the Tencent IM console. You may refer to the appendix, if willing to know about the detail and parameter for each widgets.
Android app toplist how to#
The following guide describes how to use Flutter TUIKit to build a simple IM APP quickly. Please refer this documents, for a completed and detailed get started guide. The project is open source and can be used directly.


It provides components such as the conversation, chat, relationship chain, and group. TUIKit is a set of official UI components for Tencent Cloud IM Chat SDK, with chat business logic around it. You can choose our pure Chat SDK tencent_im_sdk_plugin if you tend to build the UI yourself. This TUIKit has Chat SDK, UI components and basic business logic inside. Globally interconnected In-App Chat, user profile and relationship chains and offline push.
