04/29/2024 11:54:53

渠道接入指南

一、MSDK 支持渠道列表

渠道说明 平台链接 备注
WeChat - 可申请腾讯内部渠道
QQ QQ平台 -
Guest - MSDK 自有渠道
Facebook Facebook开发者平台 -
GameCenter Apple Developer Portal -
Google Google Play -
Twitter Twitter -
Garena - -
Line Line -
Apple Apple Developer Portal Apple Developer Portal
HMS 华为开发者 -
TPNS 腾讯移动推送 可申请腾讯内部渠道
Bugly Bugly官网 可申请腾讯内部渠道
TDM TDM官网 可申请腾讯内部渠道
Beacon 灯塔官网 可申请腾讯内部渠道
Firebase Firebase -
Adjust Adjust -
AppsFlyer Appsflyer -
System - -
WhatsApp - -
Kwai - 需先联系 MSDK助手 进行渠道策略评估,评估通过才可正常接入
Email&Phone - -
Email&Phone网页登录适配 - -

二、登录渠道和其对应的序号

渠道定义 序号
WeChat 1
QQ 2
Guest 3
Facebook 4
GameCenter 5
Google 6
Twitter 9
Garena 10
Line 14
Apple 15
Kwai 17
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.

results matching ""

    No results matching ""