美文网首页
Error Domain=ShareSDKErrorDomain

Error Domain=ShareSDKErrorDomain

作者: 上下求索zsh | 来源:发表于2021-07-21 16:15 被阅读0次

Error Domain=ShareSDKErrorDomain Code=200300 "(null)" UserInfo={SEL=registerApp:universalLink:, error_code=200300}

解决方案:

  1、在苹果开发者中心配置universalLink地址

2、在shareSDK中配置universalLink

[ShareSDK  registPlatforms:^(SSDKRegister *platformsRegister) {

        [platformsRegister setupQQWithAppId:qq_appid appkey:qq_appkey];

        [platformsRegister setupDingTalkWithAppId:dt_appid];

        [platformsRegister setupWeChatWithAppId:wx_appid appSecret:wechat_appsecret universalLink:@"https://applinks:xxx.xxx.cn/"];

        [platformsRegister setupSinaWeiboWithAppkey:sinaweibo_appkey appSecret:sinaweibo_appsecret redirectUrl:sinaweibo_redirectUri];

    }];

3、需要增加一个白名单的配置LSApplicationQueriesSchemes:weixinULAPI

————————————————

版权声明:本文为CSDN博主「清风拂山wj」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。

原文链接:https://blog.csdn.net/wangjie33589/article/details/116987305

相关文章

网友评论

      本文标题:Error Domain=ShareSDKErrorDomain

      本文链接:https://www.haomeiwen.com/subject/iimjmltx.html