https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/iOS.html
微信的Universal Links按上述链接配置,在safrai中无法呼出微信app尝试了删除重装微信。AppID:AppID:wx1b5af62008a1665a
下面是友盟集成后程序输入log,友盟所有配置已验证。
2020-06-05 15:25:55 UMengShare<6.9.8>(Info):[UMSocialManager:442][SCI10006]分享/授权登录后如果无法返回应用(微信、QQ、微博等平台)。 https://developer.umeng.com/docs/66632/detail/67028?um_channel=sdk
2020-06-05 15:25:55 UMengShare<6.9.8>(Info):[UMSocialWechatHandler:1118][SWI10007]微信分享报错提示,请请检查微信是否安装。 https://developer.umeng.com/docs/66632/detail/67042?um_channel=sdk
2020-06-05 15:25:55 UMengShare<6.9.8>(Info):[UMSocialWechatHandler:1119][SWI10009]微信分享报错'由于invalid_app无法分享到微信。 https://developer.umeng.com/docs/66632/detail/67044?um_channel=sdk
2020-06-05 15:25:55 UMengCommon<2.1.4>(Debug):[UMSLNetworkWork:199]网络请求成功(SLResponse Applog) {"success": "ok"}
按照微信官文https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/iOS.html
把Universal Links解决了,这个问题就解决了。
Universal Links 使用的是域名。路径配置的是"paths": ["*"]
你好,检查Universal Links配置是否正确。