11/08/2024 16:35:54
渠道接入指南
一、MSDK 支持渠道列表
渠道说明 | 平台链接 | 备注 |
---|---|---|
- | 可申请腾讯内部渠道 | |
QQ平台 | - | |
Guest | - | MSDK 自有渠道 |
Facebook开发者平台 | - | |
GameCenter | Apple Developer Portal | - |
Google Play | - | |
- | ||
Garena | - | - |
Line | Line | - |
Apple | Apple Developer Portal | Apple Developer Portal |
HMS | 华为开发者 | - |
TPNS | 腾讯移动推送 | 可申请腾讯内部渠道 |
Bugly | Bugly官网 | 可申请腾讯内部渠道 |
TDM | TDM官网 | 可申请腾讯内部渠道 |
Beacon | 灯塔官网 | 可申请腾讯内部渠道 |
Firebase | Firebase | - |
Adjust | Adjust | - |
AppsFlyer | Appsflyer | - |
System | - | - |
- | - | |
Email&Phone | - | - |
Email&Phone网页登录适配 | - | - |
二、登录渠道和其对应的序号
渠道定义 | 序号 |
---|---|
1 | |
2 | |
Guest | 3 |
4 | |
GameCenter | 5 |
6 | |
9 | |
Garena | 10 |
Line | 14 |
Apple | 15 |
HMS | 23 |
三、登录渠道 MSDKChannel 参数详解
[info] 渠道名大小写敏感。
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 © 2024 MSDK.
All rights reserved.
All rights reserved.