收藏
回答

iOS 微信无法分享?

wx.log wxlog:send req[<SendMessageToWXReq: 0x14dd5a8c0>], appID:wxeb3a1e55313e663d, universalLink:https://m.ehaier.com/, sdkVersion:1.8.7.1
wx.log wxlog:set property list
wx.log wxlog:Error:fail to load Keychain status:-25300, keyData null:1
wx.log wxlog:token[(null)] is null
wx.log wxlog:Error:launch app with ul only fail, url:https://help.wechat.com/app/wxeb3a1e55313e663d/sendreq/?wechat_auth_context_id=309ea7956a6e151c2574707949393bcd2bb3334d&wechat_app_bundleId=com.ehaier.zgq.shop.mall
wx.log wxlog:Error:lauch app fail and need degrade, url:https://help.wechat.com/app/wxeb3a1e55313e663d/sendreq/?wechat_auth_context_id=309ea7956a6e151c2574707949393bcd2bb3334d&wechat_app_bundleId=com.ehaier.zgq.shop.mall, schemeURL:weixin://app/wxeb3a1e55313e663d/sendreq/?wechat_app_bundleId=com.ehaier.zgq.shop.mall&wechat_degrade_launch_by_scheme=1 
wx.log wxlog:Error:launch app fail, isUlLaunch:0, url:weixin://app/wxeb3a1e55313e663d/sendreq/?wechat_app_bundleId=com.ehaier.zgq.shop.mall&wechat_degrade_launch_by_scheme=1
wx.log wxlog:degrade launch app ret:0, with url:weixin://app/wxeb3a1e55313e663d/sendreq/?wechat_app_bundleId=com.ehaier.zgq.shop.mall&wechat_degrade_launch_by_scheme=1
回答关注问题邀请回答
收藏

2 个回答

  • 清风
    清风
    09-17
    1. 这就是完整报错信息了
    2. 有些手机在分享小程序的时候出现
    3. 这个手机调用 check ,输出如下
    wechat WXULCheckStep(rawValue: 0) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ]
    
    wechat WXULCheckStep(rawValue: 1) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ]
    
    wechat WXULCheckStep(rawValue: 2) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ]
    
    wxlog [AppCommunicate.m]+[AppCommunicate setPropertyList:forAppID:canReadPasteBoard:]WXLog:set property list
    
    wechat WXULCheckStep(rawValue: 3) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ]
    
    wxlog [WXApi.m]+[WXApi launchApplicationWithUrl:completion:]_block_invokeWXLog:Error:launch app with ul only fail, url:https://help.wechat.com/app/wxeb3a1e55313e663d/sendreq/?wechat_auth_context_id=TestAutoCheckContextId_e312a10b4bded6115265bad238dd488d3db7f78d&wechat_app_bundleId=com.ehaier.zgq.shop.mall&_wechat_sdk_
    
    wechat WXULCheckStep(rawValue: 4) WXCheckULStepResult[success: 0, errorInfo: The universal link for WeChat is not in effect., suggestion: You can try uninstalling and reinstalling WeChat.]
    
    wxlog [WXApi.m]+[WXApi checkUniversalLinkCallback:step:success:errorInfo:suggestion:]WXLog:Error:WXCheckULStepResult[success: 0, errorInfo: The universal link for WeChat is not in effect., suggestion: You can try uninstalling and reinstalling WeChat.]
    
    09-17
    有用
    回复
  • 智能回答 智能回答 本次回答由AI生成
    09-17
    有用
    回复 1
    • 清风
      清风
      09-18
      这就是完整报错信息了,在注册成功之后,调用 + (void)checkUniversalLinkReady:(nonnull WXCheckULCompletion)completion; 方法,个别手机可以复现
      09-18
      回复
登录 后发表内容