- 微信支付回调通知应答不符合规范?
[图片]通过工具进行的回调地址接口访问,返回的数据和文档中要求的应答码为200,已经code、message得值,都是一致的。但微信一直在反复调用该回调接口。不太清楚是哪里不符合v3的支付通知应答规范
2021-11-24 - WeChatSDK: wxlog:Error:set token fail, errCode:4
WXSDK : 1.8.7.1 iOS: 13.6.1 当使用微信授权返回到游戏时,在走完onResp:方法后,控制台会打印WeChatSDK: wxlog:Error:set token fail, errCode:4, errLog:wx token[] or contextId[(null)] is nil 我按照文档自检方法,检查结果都是正常的:All Check Passed! 这是什么原因[图片]
2020-08-31 - WeChatSDK: wxlog:Error:set token fail, errCode:4?
iOS 15.1 SDK版本:1.8.7.1 调用微信登录接口,会报错误:WeChatSDK: wxlog:Error:set token fail, errCode:4, errLog:wx token[] or contextId[(null)] is nil!, 微信分享能正常使用。 自检函数All check pass,去掉自检函数还是报这个错。 日志已上传,微信号:wxid_j5zjju9bqj4r22,时间:2021-11-16 14:58 14:56:58:782-> [WX log] : wxlog:set property list -[AppDelegate.m line:74] 14:56:58:897-> [WX log] : wxlog:launch app with ul only success -[AppDelegate.m line:74] 14:56:58:898-> [WX log] : wxlog:launch app with universal link, ret:1 -[AppDelegate.m line:74] 14:56:58:898-> [WX log] : wxlog:req:<SendAuthReq: 0x280f48150>, cid:8a872b31bc402df6f5d1bcdd8c2c3dc001ee321f -[AppDelegate.m line:74] 14:56:58:900-> applicationWillResignActive -[AppDelegate.m line:691] 14:56:59:677-> applicationDidEnterBackground -[AppDelegate.m line:695] 14:56:59:736-> applicationWillEnterForeground -[AppDelegate.m line:700] 14:56:59:760-> UniversaLink回调---continueUserActivity -[AppDelegate.m line:686] 14:56:59:761-> [WX log] : wxlog:Error:set token fail, errCode:4, errLog:wx token[] or contextId[(null)] is nil! -[AppDelegate.m line:74] 14:57:00:181-> applicationDidBecomeActive -[AppDelegate.m line:722] 14:57:14:496-> applicationWillResignActive -[AppDelegate.m line:691] 14:57:15:262-> applicationDidEnterBackground -[AppDelegate.m line:695]
2021-11-16 - wxlog:Error:fail to load Keychain status:-25300, k
https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Share_and_Favorites/iOS.html 日志打印如下 微信日志:wxlog:send req[<SendMessageToWXReq: 0x280d309c0>], appID:wx4aa06880a2215006, universalLink:https://b589.t4m.cn/, sdkVersion:1.8.7.1 微信日志:wxlog:set property list 微信日志:wxlog:Error:fail to load Keychain status:-25300, keyData null:1 微信日志:wxlog:token[(null)] is null 微信日志:wxlog:launch app with ul only success 微信日志:wxlog:launch app with universal link, ret:1 微信日志:wxlog:req:<SendMessageToWXReq: 0x280d309c0>, cid:231dffbf58a28f373f86f371b486da9dcfe6bf7b
2020-04-24 - iOS 13系统,微信分享1.8.6SDK,continueUserActivity不回调?多次连接
问题场景: 真机iPhone11 , 系统13.1.3, 微信SDK1.8.6 (无支付)版本 , 微信7.0.8 apple-app-site-association 文件内容: { "applinks": { "apps": [], "details": [ { "appID": "75AT72EXXX.com.bulaXXXlish.app",(确定为teamID.bundleID) "paths": ["*"] } ] } } universalLink : https://weixin.bulaenglish.com 1. 链接在浏览器中也打不开App ? 各配置都是一致的 2 . 分享的时候每次都走正在连接-返回app-跳转微信选择会话. 这个过程 3. 分享完返回APP过程中不走continueUserActivity . 现在也定位不到是哪里的问题.
2019-12-13 - 在 Search Paths 中添加 libWeChatSDK.a ,WXApi.h,WXApiOb
https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/iOS.html 在 Search Paths 中添加 libWeChatSDK.a ,WXApi.h,WXApiObject.h,文件所在位置(如下图所示)。 图在哪里 找不到
2020-07-17 - 调用wx.getUserProfile 报错?
调用wx.getUserProfile 报错getUserProfile:fail can only be invoked by user TAP gesture.
2021-03-11 - 可以用wx.createSelectorQuery()获取组件内的dom吗?
可以用wx.createSelectorQuery()获取组件内的dom吗?我现在用 wx.createSelectorQuery()获取组件内的节点,exec返回的都是null。
2019-02-14 - IOS 7.0.20 进入小程序canvas.createImage()方法挂掉!目前线上出问题了?
如题
2020-12-24 - 真机wx.canvasToTempFilePath无效,报错信息不明所以?
基础库:2.13.2 [图片] https://developers.weixin.qq.com/s/rRzD4DmU7alG
2020-11-05