fluwx
fluwx copied to clipboard
Flutter版微信SDK.WeChat SDK for flutter.
打开微信企业客服时,提示包名签名信息校验不通过,无法分享微信,这里的提示是分享微信,但是我确实使用的是打开企业客服功能,且只有部分OPPO机型会出现此情况。下面会展示错误内容,机型等信息。 代码如下: `/// 打开微信客服` ` openWeChatCustomerServiceChat() async {` ` await fluwx.registerWxApi(` ` appId: AppConfig.wxAppId,` ` universalLink: AppConfig.universalLink` ` );` ` if (!await fluwx.isWeChatInstalled) {` `EasyLoading.showToast('请先安装微信');` `return;` ` }` ` fluwx.openWeChatCustomerServiceChat(`...
微信支付是调用小程序,第一次调用的时候是可以正常唤起支付页的,但后续再调用的时候,如果小程序存在后台,就有概率唤不起小程序,进的是微信主界面。想问下这种情况你们 一般是怎么解决的。
android.view.WindowLeaked: Activity com.tencent.mm.plugin.base.stub.WXBizEntryActivity has leaked window DecorView@41f9313[WXBizEntryActivity] that was originally added here at android.view.ViewRootImpl.(ViewRootImpl.java:546) at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:346) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:94) at android.app.Dialog.show(Dialog.java:329) at com.tencent.mm.ui.widget.a.d.show(SourceFile:1018) at com.tencent.mm.ui.base.h.a(SourceFile:245) at com.tencent.mm.plugin.base.stub.WXBizEntryActivity$7.a(SourceFile:342) at com.tencent.mm.pluginsdk.g$2.onSceneEnd(SourceFile:606) at com.tencent.mm.aj.t$6.run(SourceFile:542)...
没有任何报错
分享 链接消息到好友列表 朋友圈都正常 分享 文件到好友列表也正常 但是分享文件到朋友圈报错 拉起直接就返回了 Error response from snapshot request action of type 1 gave Error Domain=BSActionErrorDomain Code=6 "(null)"
ios14.4微信分享失败,14.0可以分享成功,其他版本未知。14.4调用分享方法后跳转微信,不会弹出选择要分享的联系人,而是会直接跳转微信的消息列表(就跟刚打开微信一样)。 从点击分享开始到停留微信的消息列表,xcode有一行日志: PBItemCollectionServer connection disconnected
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
你好 版本2.6.2 部分用户授权登录调起微信授权登录页点击同意后不返回应用,登录不成功