01/10/2025 10:53:00
Channel list
I. List of Channels Supported by MSDK
Channel description | Platform Link | Remarks |
---|---|---|
- | Able to apply for Tencent's internal channel | |
QQ platform | - | |
Guest | - | MSDK own channel |
Facebook developer platform | - | |
GameCenter | Apple developer platform | - |
Google Play | - | |
- | ||
Garena | - | - |
Line | Line | - |
Apple | Apple Developer Portal | Apple Developer Portal |
HMS | Huawei developer | - |
TPNS | TPNS | Able to apply for Tencent's internal channel |
Bugly | Bugly | Able to apply for Tencent's internal channel |
TDM | TDM | Able to apply for Tencent's internal channel |
Beacon | Beacon | Able to apply for Tencent's internal channel |
Firebase | Firebase | - |
Adjust | Adjust | - |
AppsFlyer | AppsFlyer | - |
System | - | - |
- | - | |
Kwai | - | You need to contact jessehuang、timwmtian for channel strategy evaluation first, and only after the evaluation is passed can you access it normally |
II. Login Channels and their Corresponding Number
Channel Definition | No. |
---|---|
1 | |
2 | |
Guest | 3 |
4 | |
GameCenter | 5 |
6 | |
9 | |
Garena | 10 |
Line | 14 |
Apple | 15 |
Kwai | 17 |
HMS | 23 |
III. MSDKChannel explanation
[info] Channel names are case sensitive.
C#
public class MSDKChannel
{
public const string WeChat = "WeChat";
public const string QQ = "QQ";
public const string Guest = "Guest";
public const string Facebook = "Facebook";
public const string GameCenter = "GameCenter";
public const string Google = "Google";
public const string Twitter = "Twitter";
public const string XG = "XG";
public const string Firebase = "Firebase";
public const string Adjust = "Adjust";
public const string AppsFlyer = "AppsFlyer";
public const string Beacon = "Beacon";
public const string Bugly = "Bugly";
public const string TDM = "TDM";
}
Copyright © 2025 MSDK.
All rights reserved.
All rights reserved.