ios微信分享使用了universalLink之后 跳到微信连接中,返回app然后就结束了?
配置了universalLink之后就会出现这种情况,已经确定associated domains配置无问题,在浏览器输入universalLink会跳转到app WXCheck: step--0,result--WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXCheck: step--1,result--WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXCheck: step--2,result--WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXCheck: step--3,result--WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXCheck: step--4,result--WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] 自检函数走到step4之后就中断了