Search found 7 matches

by 苏打同学
2024年 Mar 4日 10:44
Forum: iOS & Android Development
Topic: How To Detect Which WiFi Is A Tuya AP Mode Hotspot & Which Is Not
Replies: 1
Views: 882

Re: How To Detect Which WiFi Is A Tuya AP Mode Hotspot & Which Is Not

Hello developer, first of all, what is AP mode ? In simple terms, it is a mode where the WiFi name, password, and other information entered through the app are sent to the device by putting it in a waiting-to-be-configured state. The device, upon receiving the corresponding information, connects to ...
by 苏打同学
2024年 Jan 13日 15:25
Forum: App开发
Topic: 【反馈】不同系统下的APP其配网成功后编辑弹窗部分功能不一致
Replies: 3
Views: 577

Re: 【反馈】不同系统下的APP其配网成功后编辑弹窗部分功能不一致

你好,麻烦确认下iOS登录的账号下是否有家庭、房间信息?若无相关信息,则这里会隐藏掉选择房间功能。

by 苏打同学
2024年 Jan 4日 15:08
Forum: iOS & Android Development
Topic: How to detect device that is in pairing mode
Replies: 3
Views: 661

Re: How to detect device that is in pairing mode

Sorry, the wifi method can't select the devices that correspond to a part of the mapping, it will match all the nearby devices that are in the pending mapping. You can understand the general logic of the wifi approach, you can refer to the documentation: https://developer.tuya.com/en/docs/app-develo...
by 苏打同学
2023年 Sep 28日 11:06
Forum: App开发
Topic: 【已解决】怎么知道设备是否支持5G的wifi配网,还是只支持2.4G的wifi配网?
Replies: 1
Views: 1114

Re: 【求助】怎么知道设备是否支持5G的wifi配网,还是只支持2.4G的wifi配网?

目前不行哈,固件蓝牙广播包提供的信息中未提供对应判断是否支持5G相关字段。但可以通过其他方式获取,其他方式我们可能会考虑在接下来的版本开放。

by 苏打同学
2023年 Sep 27日 18:55
Forum: App开发
Topic: 【求助】在鸿蒙3.0手机,大概率有出现AP模式配网设备配网超时。但是回到首页设备列表已存在,出现的时候手机一直连着设备热点,这种问题要怎么优化?
Replies: 1
Views: 1045

Re: 【求助】在鸿蒙3.0手机,大概率有出现AP模式配网设备配网超时。但是回到首页设备列表已存在,出现的时候手机一直连着设备热点,这种问题要怎么优化?

使用不同的手机测试是否大概率出现呢?是否和手机刷新wifi信号频率有关。可以关注手机电量电池电量充足的情况是否还有问题,或者观察配网的手机离设备时候较远的时候是否情况较好

by 苏打同学
2023年 Jul 10日 13:47
Forum: App开发
Topic: 鸿蒙2.0 nova3 手机AP 配网热点切换后无法正常跳转并退回到配网首页
Replies: 2
Views: 684

Re: 鸿蒙2.0 nova3 手机AP 配网热点切换后无法正常跳转并退回到配网首页

不是哈。这跟手机系统版本有关,并非只会发生在配网 UI 业务包中。

by 苏打同学
2023年 Jul 5日 16:09
Forum: App开发
Topic: 鸿蒙2.0 nova3 手机AP 配网热点切换后无法正常跳转并退回到配网首页
Replies: 2
Views: 684

鸿蒙2.0 nova3 手机AP 配网热点切换后无法正常跳转并退回到配网首页

原因:鸿蒙系统问题,需要“后台弹窗”权限(鸿蒙官方论坛已反馈该问题) AP 热点切换时,会跳转系统设置页面,切换 wifi 后回到当前热点连接页后,会触发业务流程打开新 activity,在这时鸿蒙部分手机系统会判断该打开新 activity需要“后台弹窗”权限,若未开启,则不会跳转新页面。鸿蒙官方目前未提供该权限申请的 api 以及代码示例。 解法: 升级当前手机系统(当前问题手机是:2.0.0.263,同鸿蒙 2.0 系统版本为:2.0.0.270 V20未出现该问题); 在系统权限设置中,授予 app 对应的“后台弹窗权限”。 相关链接: https://developer.huawei...