请问楼主解决了吗?
h5微信开放标签打开APP一直报"launch:fail"点击下载按钮就弹launch:fail,核对所有的配置都是按照文档步骤来的,想问问还有别的原因吗?应该怎么解决。 服务号APPID:wxdd08734ec202aeeb;移动APPID:wx122d31e1bf6e8afd ;移动应用:蔚蓝地图;h5链接:https://www.ipe.org.cn/weathermap/share.html [图片][图片][图片][图片][图片][图片]
2021-12-21[图片] 楼主解决了吗?我这里也遇到了相同的问题。
微信网页跳转app ,checkJsApi wx-open-launch-app:false ?[图片][图片][图片][图片][图片][图片][图片][图片] 测试链接:https://test.im-dangdang.com/h5/activity/moponActivity/test 开放平台账号:dangdang@aladdin-holdings.com 公众平台appid : wx394248922854ae74 开放平台appid: wx6e4c52531e587589 开放平台原始ID: gh_ab43ccb209e9
2021-12-09[图片] 楼主问题解决了吗?我这里也出现相似问题,APPID都自查了,没发觉哪有问题,使用wx.checkJsApi检测接口返回wx-open-launch-app:false
网页跳转移动应用 为什么 wx-open-launch-app:false 不识别?demo连接:https://www.taohuitech.com/share/html/open_app.html 公众号设置: [图片] 网页跳转移动应用关联设置: [图片] config代码: [图片] [图片] <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <script type="text/javascript" src="../script/jquery-1.11.3.min.js"></script> </head> <body> <wx-open-launch-app id="launch-btn" appid="wx6e050cdcb554f633" extinfo="your-extinfo" > <template> <style>.btn { padding: 12px }</style> <button class="btn">App内查看</button> </template> </wx-open-launch-app> <script> $.getScript("//res2.wx.qq.com/open/js/jweixin-1.2.0.js", function callback() { var url = location.href.split('#')[0]; $.ajax({ type: "post", url: "/jssdk", dataType: 'json', data: { url: url }, success: function (res) { var data =res; wx.config({ debug: false, appId: data.appId, timestamp: data.timestamp, nonceStr: data.nonceStr, signature: data.signature, jsApiList: [ 'onMenuShareTimeline', 'onMenuShareAppMessage' ], openTagList: ['wx-open-launch-app'] }) wx.ready(function () { console.log('ready') wx.checkJsApi({ jsApiList: ['wx-open-launch-app'], // 需要检测的JS接口列表,所有JS接口列表见附录2, success: function (res) { // console.log('可用') }, fail: (err) => { // console.log(err, '不可用') } }) }) wx.error(function (res) { // alert(res) }) }, error: function (xhr, ajaxOptions, thrownError) { // alert("Http status: " + xhr.status + " " + xhr.statusText + "\najaxOptions: " + ajaxOptions + "\nthrownError:" + thrownError + "\n" + xhr.responseText); } }) }) </script> <script> var btn = document.getElementById('launch-btn'); btn.addEventListener('launch', function (e) { console.log('success'); }); btn.addEventListener('error', function (e) { console.log('fail', e.detail); }); </script> </body> </html> 问题截图: [图片] [图片] 安卓版本: [图片] 微信版本: [图片]
2021-12-09[图片] 楼主问题解决了吗?我这里也出现相似问题,APPID都自查了,没发觉哪有问题,使用wx.checkJsApi检测接口返回wx-open-launch-app:false,android,ios都不能跳转
<wx-open-launch-app>报错launch:fail?<wx-open-launch-app>报错launch:fail麻烦给看下
2021-12-09[图片] 楼主问题解决了吗?我这里也出现相似问题,APPID都自查了,没发觉哪有问题,使用wx.checkJsApi检测接口返回wx-open-launch-app:false
wx-open-launch-app 唤起app失败,报错launch:fail,什么原因?已经上线运营一段时间,这两天突然发现,wx-open-launch-app唤起app失败了,报错launch:fail,这是什么原因?有遇到类似情况的么? [图片][图片]
2021-12-09[图片] 楼主问题解决了吗?我这里也出现相似问题,APPID都自查了,没发觉哪有问题,使用wx.checkJsApi检测接口返回wx-open-launch-app:false
wx-open-launch-app 标签点击确定后报错 launch:fail?使用wx-open-launch-app后, 在Andriod和IOS 上都可以正常显示按钮标签,点击标签弹出弹框后报错 launch:fail config验证已经通过,包名,appid,也已经确认是正确的 以下这些都已经确认过多次 获得此设置入口的权限,需同时满足如下条件: 服务号已认证 开放平台账号已认证 服务号与开放平台账号同主体 绑定域名和移动应用 绑定域名的要求: 域名须为当前服务号的 JS 安全域名 域名只能同时绑定一个移动应用,因此须确保域名未被其他移动应用绑定 绑定移动应用的要求 只能绑定同一微信开放平台账号下审核通过的移动应用 求解
2021-12-09[图片] 楼主问题解决了吗?我这里也出现相似问题,APPID都自查了,没发觉哪有问题,使用wx.checkJsApi检测接口返回wx-open-launch-app:false
<wx-open-launch-app>报错launch:fail,已自查appid和签名,为什么?点击拉起后,弹出跳转提示,这时候已经正确识别到了appid对应的应用,继续点击允许跳转报错launch:fail,但是本地已经安装了应用,抓取日志发现还么有走到系统跳转那一步,请帮忙看下是什么原因
2021-12-09