相同的问题,为啥没有回复呢
自定义启动场景上报wx.reportScene在success回调中看到数据,但后台分析无法看到数据游戏名:龙鳞 自定义了三个场景 1001,1002,1003 在体验版上调用wx.reportScene可以在回调success返回的res中看到发送的sceneId和costTime,但是后台分析无法看到数据 我试了下没有定义的一个id 1005,发送后也能在success中回调,这个是不是有影响? 以下是调用wx.reportScene自动输出的内容 [minigamefe keyValueReport]: WXGameSceneLaunchReport Object WXGameSceneLaunchReport" 1: Object AppType: 1004 BenchmarkLevel: -1 CostTime: 876 CustomData: "" CustomInfo: "" InitProcess: 0 InstanceId: "hash=1185544520&ts=1679279673986&host=&version=402661671&device=1&host_scene=0" IsDownloadCode: 0 IsPatch: 0 IsPreload: 111 NetworkType: "wifi" Path: "index.html" RunTime: 2983 RunningState: 1 RuntimeType: 3 SDKVersion: "2.30.2" Scene: 1089 SceneId: 1001
06-11这个是代码片段,调起openCustomerServiceConversation接口:https://developers.weixin.qq.com/s/F8sgBnmq7SBD
在iPad上,openCustomerServiceConversation的success不执行用iPad调用openCustomerServiceConversation接口跳到客服号,在客服号左上角点返回按钮回到游戏,success回调函数不执行,手机上是可以的(苹果手机和安卓手机都可以)
2022-08-09