我遇到了同样的问题,从苹果6到苹果12 所有的苹果机型都是一样的。 首先连接成功,返回值正常,紧接着就是连接失败返回。 <Error: TLS handshake failed>
websocet连接ios下报错<Error: TLS handshake failed>?creator3.7.4开发微信小游戏,websocket在Android平台下没问题,ios下无法连接,报错信息如下: <Error: TLS handshake failed> @https://usr/game.js:55:55815t@https://lib/WAGameSubContext.js:1:177790p@https://lib/WAGame.js:1:205819forEach@[native code]emit@https://lib/WAGame.js:1:472717@https://lib/WAGame.js:1:330732@https://lib/WAGame.js:1:503317@https://lib/WAGame.js:1:519662emit@https://lib/WAGame.js:1:122990emit@[native code]emit@https://lib/WAGame.js:1:118627subscribeHandler@https://lib/WAGame.js:1:121695V@https://res.servicewechat.com/weapp/debug/wx5f04fdf2a7ea142c/1/:1:43397insertSync@https://res.servicewechat.com/weapp/debug/wx5f04fdf2a7ea142c/1/:7:11640@https://res.servicewechat.com/weapp/debug/wx5f04fdf2a7ea142c/1/:7:13102,请问下是何种原因?
09-14你把截图发上来呀。
小程序被恶意投诉导致永久封号,官方能不能看看?appid:wx30b24744fc757fcc 投诉的内容截图跟我的小程序完全就不搭边,我的小程序根本就不涉及那些内容,这也把我投诉封号了,来个官方大哥看看吧
04-27https://developers.weixin.qq.com/s/5err9gmk7bPV 代码片段
wx.canvasToTempFilePath 苹果手机 生成空白图片 怎么解决?wx.canvasToTempFilePath, 发布的版本安卓手机使用没有任何问题,生成了我们要的带水印的图片。但是苹果手机生成的是空白的图片。 我们尝试了,加计时器,缩小图片大小。都不好使。 wx.canvasToTempFilePath({ canvas, success: (res) => { wx.saveImageToPhotosAlbum({ filePath: res.tempFilePath, success: (res) => { wx.showToast({ title: '保存成功', icon: 'success', duration: 2000 }) }, fail: (res) => { wx.showToast({ title: '保存失败', icon: 'error', duration: 2000 }) } }) })
02-26