检测 Universal Link [仅限 MSDK]
[仅限 MSDK] MSDK V 5.11 及以后版本增加了自检函数帮助开发者排查 SDK 接入过程中遇到的问题。目前只 支持微信渠道测试环境使用。正式环境不可使用此功能。
支持的平台
- Unity
- Unreal Engine
支持
Android, iOS 平台。支持
Android, iOS 平台。函数定义
- Unity
- Unreal Engine
void CheckUniversalLink(string channel, string subChannel = "", string extraJson = "");
static void CheckUniversalLink(const std::string &channel, const std::string &subChannel = "", const std::string &extra = "{}");