- 自定义分析测试一直没有数据同步回来是什么原因啊?
安卓和IOS都测试了,vsconsole都打印了上报成功 [图片]
2020-01-10 - BackgroundAudioManager 的 onError事件触发很慢?
在安卓端发现音频链接404情况下会大概30s才会触发onError回调。IOS和开发工具不会。能提前一些触发错误吗?会影响程序正常运行 https://developers.weixin.qq.com/s/PP0GBem27NeS
2020-01-08 - 请问BackgroundAudioManager的onError抛出这个错误是什么原因?
设备信息1: {"language":"zh_CN","wifiEnabled":true,"safeArea":{"bottom":862,"height":818,"top":44,"width":414,"left":0,"right":414},"bluetoothEnabled":true,"locationAuthorized":true,"deviceOrientation":"portrait","notificationSoundAuthorized":true,"screenHeight":896,"windowHeight":808,"version":"7.0.8","fontSizeSetting":17,"system":"iOS 13.3","notificationAuthorized":true,"statusBarHeight":44,"pixelRatio":2,"windowWidth":414,"notificationBadgeAuthorized":true,"errMsg":"getSystemInfo:ok","locationEnabled":true,"model":"iPhone XR<iPhone11,8>","batteryLevel":100,"screenWidth":414,"screenTop":88,"microphoneAuthorized":true,"cameraAuthorized":true,"albumAuthorized":true,"notificationAlertAuthorized":true,"brand":"iPhone","platform":"ios","SDKVersion":"2.9.4","devicePixelRatio":2} 设备信息2: {"language":"zh_HK","wifiEnabled":true,"safeArea":{"bottom":778,"height":734,"top":44,"width":375,"left":0,"right":375},"bluetoothEnabled":false,"locationAuthorized":true,"deviceOrientation":"portrait","notificationSoundAuthorized":true,"screenHeight":812,"windowHeight":724,"version":"7.0.9","fontSizeSetting":17,"system":"iOS 11.3.1","notificationAuthorized":true,"statusBarHeight":44,"pixelRatio":3,"windowWidth":375,"notificationBadgeAuthorized":true,"errMsg":"getSystemInfo:ok","locationEnabled":true,"model":"iPhone X (GSM+CDMA)<iPhone10,3>","batteryLevel":36,"screenWidth":375,"screenTop":0,"microphoneAuthorized":true,"cameraAuthorized":true,"albumAuthorized":true,"notificationAlertAuthorized":true,"brand":"iPhone","platform":"ios","SDKVersion":"2.10.0","devicePixelRatio":3} {"errMsg":"playerErrCode:3, systemErrCode:560557684, domain:ASCII OSStatus:!int, description:無法完成作業。(ASCII OSStatus:!int 錯誤 560557684。)","errCode":10001,"src":"https://reader.mp.deepsound.cn/kt/zh-CN-male-A/high/normal/normal/dc096b90740d73021b36cbec56737bab4938d0622e461da4.mp3"} {"errMsg":"playerErrCode:3, systemErrCode:560557684, domain:ASCII OSStatus:!int, description:未能完成操作。(ASCII OSStatus:!int错误560557684。)","errCode":10001,"src":"https://reader.mp.deepsound.cn/kt/zh-CN-male-A/high/normal/normal/3444a95351cc5399a41fccdcd2cc70d3451b179af04abda4.mp3"}
2020-01-08 - 请问背景音频出现playerErrCode:6是什么原因引起的?
背景音频onError()偶尔抛出异常如下,请问是用户网络不好导致的吗? {"errMsg":"playerErrCode:6, systemErrCode:18446744073709550611, domain:NSURLErrorDomain, description:网络连接已中断。","errCode":10002,"src":"https://xxx"} {"errMsg":"playerErrCode:6, systemErrCode:18446744073709550615, domain:NSURLErrorDomain, description:The request timed out.","errCode":10002,"src":"https://xxxx"}
2019-12-24 - 背景音频抛出 int错误560557684 应该怎么处理了?
BackgroundAudioManager的onError()方法偶尔抛出下面的错误,无法复现,请问怎么解决 {"errMsg":"playerErrCode:3, systemErrCode:560557684, domain:ASCII OSStatus:!int, description:未能完成操作。(ASCII OSStatus:!int错误560557684。)","errCode":10001,"src":"https://xxxx"} 出错机型信息: {"language":"zh_CN","wifiEnabled":true,"safeArea":{"bottom":667,"height":647,"top":20,"width":375,"left":0,"right":375},"bluetoothEnabled":true,"locationAuthorized":true,"deviceOrientation":"portrait","notificationSoundAuthorized":true,"screenHeight":667,"windowHeight":603,"version":"7.0.8","fontSizeSetting":17,"system":"iOS 12.1.4","notificationAuthorized":true,"statusBarHeight":20,"pixelRatio":2,"windowWidth":375,"notificationBadgeAuthorized":false,"errMsg":"getSystemInfo:ok","locationEnabled":true,"model":"iPhone 6<iPhone7,2>","batteryLevel":100,"screenWidth":375,"screenTop":64,"microphoneAuthorized":true,"cameraAuthorized":true,"albumAuthorized":true,"notificationAlertAuthorized":true,"brand":"iPhone","platform":"ios","SDKVersion":"2.9.4","devicePixelRatio":2} {"language":"zh_CN","wifiEnabled":true,"safeArea":{"bottom":667,"height":667,"top":0,"width":375,"left":0,"right":375},"bluetoothEnabled":false,"locationAuthorized":true,"deviceOrientation":"portrait","notificationSoundAuthorized":true,"screenHeight":667,"windowHeight":603,"system":"iOS 10.0.2","version":"7.0.8","fontSizeSetting":17,"notificationAuthorized":true,"statusBarHeight":20,"windowWidth":375,"pixelRatio":2,"notificationBadgeAuthorized":true,"errMsg":"getSystemInfo:ok","locationEnabled":true,"batteryLevel":47,"model":"iPhone 6s<iPhone8,1>","screenWidth":375,"screenTop":0,"microphoneAuthorized":true,"cameraAuthorized":true,"albumAuthorized":true,"notificationAlertAuthorized":true,"brand":"iPhone","platform":"ios","SDKVersion":"2.9.4","devicePixelRatio":2} {"language":"zh_CN","wifiEnabled":true,"safeArea":{"bottom":768,"height":748,"top":20,"width":1024,"left":0,"right":1024},"bluetoothEnabled":true,"locationAuthorized":true,"deviceOrientation":"landscape","notificationSoundAuthorized":true,"screenHeight":768,"windowHeight":698,"version":"7.0.9","fontSizeSetting":17,"system":"iOS 13.3","notificationAuthorized":true,"statusBarHeight":20,"pixelRatio":2,"windowWidth":1024,"notificationBadgeAuthorized":true,"errMsg":"getSystemInfo:ok","locationEnabled":true,"model":"unknown<iPad6,4>","batteryLevel":66,"screenWidth":1024,"screenTop":70,"microphoneAuthorized":true,"cameraAuthorized":true,"albumAuthorized":true,"notificationAlertAuthorized":true,"brand":"iPhone","platform":"ios","SDKVersion":"2.9.4","devicePixelRatio":2}
2019-12-24 - 请问我这个onAudioInterruptionBegin是使用错了吗?微信语音不会触发
https://developers.weixin.qq.com/s/FctdMJmz7qdY
2019-12-19 - 请问公众号文章中嵌入一个小程序,从文章中点击进入小程序。我能拿到这篇文章的url或者别的信息吗?
想知道是从哪篇文章进入小程序的
2019-12-03 - 请问这个性能良好是最好的评分吗?
[图片]
2019-11-29 - 请问AppServiceSdkKnownError是什么问题?
偶尔会收到一封告警邮件。 try { } catch (e) { } 上面的结构,然后e打印出来是这样的 {"type":"AppServiceSdkKnownError","line":1,"column":501733,"sourceURL":"https://lib/WASubContext.js"} 有时候是这样的 {"type":"AppServiceSdkKnownError"} 我应该怎么排查这种错误了
2019-11-28 - 请问启动总耗时是指当天所有用户启动小程序时所消耗的总时间,还是指当天用户启动的平均时间?
[图片]
2019-11-13