MIUILOG- Permission Denied Activity : Intent { dat=weixin://dl/jumpWxa/?appid=????&userName=???@app&path=/pages/comm/login?token=??&invokeData=&pathType=0&runtimeAppid=&runtimeTicket=&runtimeSessionId= flg=0x10000000 cmp=com.tencent.mm/.plugin.base.stub.WXBizEntryActivity (has extras) } pkg : com.tencent.mm uid : 10247 tuid : 10516
小米手机mui12 android9 App跳转微信小程序无任何响应。求解决也不是参数问题,我测试了其它手机可以正常跳转的 IWXAPI api = WXAPIFactory.createWXAPI(getActivity(), JwwAplication.WX_APPID); WXLaunchMiniProgram.Req req = new WXLaunchMiniProgram.Req(); req.userName = "gh_5ec695d22b70"; // 填小程序原始id req.miniprogramType = WXLaunchMiniProgram.Req.MINIPTOGRAM_TYPE_RELEASE;// 可选打开 开发版,体验版和正式版 api.sendReq(req);
2021-06-10