更新日志

更新时间:2024-10-29 02:44:56下载pdf

本文提供 iOS 版涂鸦 智能生活 App SDK 的变更日志和发布说明。

公告

在 2024 年 5 月 1 日前配置你的 隐私清单文件

v5.17.0

  • 发布时间:2024 年 10 月 29 日

  • Demo

    • SDK Demo 新增 WidgetKit 演示
    • UI 业务包 Demo 新增设备配网的单品类入口演示
    • UI 业务包 Demo 新增摄像机增值服务演示
  • ThingSmartPanelBizBundle RN 面板业务包

    • 增加 RN 调试能力
  • ThingSmartBizCore 业务包基础组件

    • 增加多语言翻译替换能力
  • ThingSmartActivatorBizBundle 设备配网业务包

    • 增加单品类跳转能力
  • 依赖版本

    
    # Family
    pod 'ThingSmartFamilyBizBundle', '~> 5.17.0'
    
    # Device pairing
    pod 'ThingSmartActivatorBizBundle', '~> 5.17.0'
    
    # Device panel (RN)
    pod 'ThingSmartPanelBizBundle', '~> 5.17.0'
    
    # Device panel (MiniApp)
    pod "ThingSmartMiniAppBizBundle", '~> 5.17.0'
    pod 'ThingSmartBaseKitBizBundle', '~> 5.17.0'
    pod 'ThingSmartBizKitBizBundle', '~> 5.17.0'
    pod 'ThingSmartDeviceKitBizBundle', '~> 5.17.0'
    
    # Device details
    pod 'ThingSmartDeviceDetailBizBundle', '~> 5.17.0'
    
    # Device OTA
    pod 'ThingSmartOTABizBundle', '~> 5.17.0'
    
    # Scene
    pod 'ThingSmartSceneBizBundle', '~> 5.17.0'
    
    # Message center
    pod 'ThingSmartMessageBizBundle', '~> 5.17.0'
    
    # Camera
    pod 'ThingSmartCameraPanelBizBundle', '~> 5.17.0'
    pod 'ThingSmartCameraRNPanelBizBundle', '~> 5.17.0'
    pod 'ThingSmartCameraSettingBizBundle', '~> 5.17.0'
    pod 'ThingSmartCloudServiceBizBundle', '~> 5.17.0'
    
    # Help
    pod 'ThingSmartHelpCenterBizBundle', '~> 5.17.0'
    
    # Theme
    pod 'ThingSmartThemeManagerBizBundle', '~> 5.17.0'
    
    
    #################
    # Advanced used
    #################
    
    # Voice skill
    pod 'ThingSmartSkillQuickBindBizBundle', '~> 5.17.0'
    
    # Light scene
    pod 'ThingSmartLightSceneBizBundle', '~> 5.17.0'
    
    # Marketing
    pod 'ThingSmartMarketingBizBundle', '~> 5.17.0'
    
    # Mall
    pod 'ThingSmartMallBizBundle', '~> 5.17.0'
    
    # Value-added services
    pod 'ThingAdvancedFunctionsBizBundle', '~> 5.17.0'
    
    #################
    # SDK
    #################
    
    # [Required] Basic
    pod 'ThingSmartHomeKit', '~> 5.17.0'
    pod 'ThingSmartBusinessExtensionKit', '~> 5.17.0'
    
    # [Optional] Bluetooth
    pod 'ThingSmartBusinessExtensionKitBLEExtra','~> 5.17.0'
    
    # [Optional] Matter
    pod 'ThingSmartMatterKit', '~> 5.17.0'
    pod 'ThingSmartMatterExtensionKit', '~> 5.17.0'
    pod 'ThingSmartBusinessExtensionKitMatterExtra','~> 5.17.0'
    
    # [Optional] HomeKit device
    pod 'ThingSmartAppleDeviceKit', '~> 5.17.0'
    
    # [Optional] Special category
    pod 'ThingSmartCameraKit', '~> 5.17.0'
    pod 'ThingSmartOutdoorKit', '~> 5.17.0'
    pod 'ThingSmartSweeperKit', '~> 5.0.0'
    pod 'ThingSmartLockKit', '~> 5.5.0'
    

v5.16.0

  • 发布时间:2024 年 9 月 11 日
  • ThingSmartHomeKit
    • 修复已知问题
  • 依赖版本
    pod 'ThingSmartHomeKit', '~> 5.16.0'
    pod 'ThingSmartBusinessExtensionKit', '~> 5.16.0'
    pod 'ThingSmartBusinessExtensionKitBLEExtra','~> 5.16.0'
    pod 'ThingSmartBusinessExtensionKitMatterExtra','~> 5.16.0'
    
    pod 'ThingSmartMatterKit', '~> 5.11.0'
    pod 'ThingSmartMatterExtensionKit', '~> 5.0.0'
    pod 'ThingSmartAppleDeviceKit', '~> 5.2.0'
    pod 'ThingSmartCameraKit', '~> 5.16.0'
    pod 'ThingSmartOutdoorKit', '~> 5.4.0'
    pod 'ThingSmartSweeperKit', '~> 5.0.0'
    pod 'ThingSmartLockKit', '~> 5.5.0'
    

v5.15.0

  • 发布时间:2024 年 8 月 12 日
  • ThingSmartHomeKit
    • 新增蓝牙单点设备支持单区 OTA 更新,有效节省设备闪存空间
    • Mesh 配网速度提升,支持 TuyaOS Mesh2.1,实现配网速率提升 10 倍
    • 修复已知问题
  • ThingSmartBusinessExtensionKit
    • 消息推送类型控制:针对不同类型的消息(家庭、通知、告警),独立设置是否启用 Push 推送。
    • 免打扰时段设置:在设备消息 Push 推送时,灵活设置免打扰时段,让您在特定时间段内免受打扰。
  • 更新 Demo
  • 依赖版本
    pod 'ThingSmartHomeKit', '~> 5.15.0'
    pod 'ThingSmartBusinessExtensionKit', '~> 5.15.0'
    pod 'ThingSmartBusinessExtensionKitBLEExtra','~> 5.15.0'
    pod 'ThingSmartBusinessExtensionKitMatterExtra','~> 5.15.0'
    
    pod 'ThingSmartMatterKit', '~> 5.11.0'
    pod 'ThingSmartMatterExtensionKit', '~> 5.0.0'
    pod 'ThingSmartAppleDeviceKit', '~> 5.2.0'
    pod 'ThingSmartCameraKit', '~> 5.15.0'
    pod 'ThingSmartOutdoorKit', '~> 5.4.0'
    pod 'ThingSmartSweeperKit', '~> 5.0.0'
    pod 'ThingSmartLockKit', '~> 5.5.0'
    

v5.14.0

  • 发布时间:2024 年 7 月 11 日

  • SDK

    • 修复已知问题
    • 智能摄像机
      • 支持存储卡加密回放
      • 音视频 SDK 兼容性优化
  • UI 业务包

    • 支持苹果 UIScene
    • 家庭 ThingSmartFamilyBizBundle:新增房间标签、设备隐藏、房间快照
    • 营销 ThingSmartMarketingBizBundle:通过少量开发,就能让配置在 营销平台 的推送、邮件、弹窗、邀评、横幅和封面等功能显示在您的 App 中
  • 更新 Demo

  • 依赖版本

     # UI Biz Bundle
      pod 'ThingSmartSweeperKit','~> 5.0.0'
      pod 'ThingSmartDeviceDetailBizBundle','~> 5.14.0'
      pod 'ThingSmartSkillQuickBindBizBundle','~> 5.14.0'
      pod 'ThingSmartHelpCenterBizBundle','~> 5.14.0'
      pod 'ThingSmartActivatorBizBundle','~> 5.14.0'
      pod 'ThingSmartMessageBizBundle','~> 5.14.0'
      pod 'ThingSmartSceneBizBundle','~> 5.14.0'
      pod 'ThingSmartMallBizBundle','~> 5.14.0'
      pod 'ThingAdvancedFunctionsBizBundle','~> 5.14.0'
      pod 'ThingSmartMarketingBizBundle','~> 5.14.0'
      pod 'ThingSmartGroupHandleBizBundle','~> 5.14.0'
      pod 'ThingSmartDeviceSyncBizBundle','~> 5.14.0'
      pod 'ThingSmartPanelBizBundle','~> 5.14.0'
      pod 'ThingSmartLightSceneBizBundle','~> 5.14.0'
      pod 'ThingSmartShareBizBundle','~> 5.14.0'
      pod 'ThingSmartCameraRNPanelBizBundle','~> 5.14.0'
      pod 'ThingSmartCameraPanelBizBundle','~> 5.14.0'
      pod 'ThingSmartLangsExtraBizBundle','~> 5.14.0'
      pod 'ThingSmartFamilyBizBundle','~> 5.14.0'
      pod 'ThingSmartOTABizBundle','~> 5.14.0'
      pod 'ThingSmartCameraSettingBizBundle','~> 5.14.0'
      pod 'ThingSmartCloudServiceBizBundle','~> 5.14.0'
      pod 'ThingSmartActivatorExtraBizBundle','~> 5.14.0'
      pod 'ThingSmartThemeManagerBizBundle','~> 5.14.0'
    
    # BASIC SDK
      pod 'ThingSmartHomeKit', '~> 5.14.0'
      pod 'ThingSmartBusinessExtensionKit', '~> 5.14.0'
      pod 'ThingSmartBusinessExtensionKitBLEExtra','~> 5.14.0'
    
    # ADV SDK
      pod 'ThingSmartMatterKit', '~> 5.11.0'
      pod 'ThingSmartMatterExtensionKit', '~> 5.0.0'
      pod 'ThingSmartBusinessExtensionKitMatterExtra','~> 5.14.0'
      pod 'ThingSmartAppleDeviceKit', '~> 5.2.0'
      pod 'ThingSmartCameraKit', '~> 5.14.0'
      pod 'ThingSmartOutdoorKit', '~> 5.4.0'
      pod 'ThingSmartSweeperKit', '~> 5.0.0'
      pod 'ThingSmartLockKit', '~> 5.5.0'
    

v5.11.0

  • 发布日期: 2024 年 4 月 3 日

  • SDK

    • 修复已知 Bug
  • 依赖版本

    # SDK
     pod 'ThingSmartHomeKit', '~> 5.11.0'
     pod 'ThingSmartMatterKit', '~> 5.8.1' 
     pod 'ThingSmartAppleDeviceKit', '~> 5.2.0'
    

v5.8.0

  • 发布日期: 2024 年 1 月 11 日

  • SDK

  • UI 业务包

    • 适配 iOS 17
    • ThingSmartCameraPanelBizBundle IPC 业务包:优化音视频功能
    • ThingSmartLightSceneBizBundle 灯光场景业务包:
      • 灯光场景支持 无动作 设置,允许特定灯具不跟随灯光场景控制。例如,卧室床头灯和传感灯不需要跟随整个房间灯光场景进行控制
      • 新增背景图片和背景色功能
  • 依赖版本

    pod 'ThingSmartHomeKit','~> 5.8.0'
    pod 'ThingSmartOutdoorKit', '~> 5.2.0'
    pod 'ThingSmartCameraKit', '~> 5.8.0'
    pod 'ThingSmartSweeperKit', '~> 5.0.0'
    
    pod 'ThingSmartPanelBizBundle','~> 5.8.0'
    pod 'ThingSmartLightSceneBizBundle','~> 5.8.0'
    pod 'ThingSmartShareBizBundle','~> 5.8.0'
    pod 'ThingSmartCameraPanelBizBundle','~> 5.8.0'
    pod 'ThingSmartDeviceDetailBizBundle','~> 5.8.0'
    pod 'ThingSmartSkillQuickBindBizBundle','~> 5.8.0'
    pod 'ThingSmartLangsExtraBizBundle','~> 5.8.0'
    pod 'ThingSmartHelpCenterBizBundle','~> 5.8.0'
    pod 'ThingSmartActivatorBizBundle','~> 5.8.0'
    pod 'ThingSmartMessageBizBundle','~> 5.8.0'
    pod 'ThingSmartFamilyBizBundle','~> 5.8.0'
    pod 'ThingSmartSceneBizBundle','~> 5.8.0'
    pod 'ThingSmartHomeKit','~> 5.8.0'
    pod 'ThingSmartMallBizBundle','~> 5.8.0'
    pod 'ThingSmartOTABizBundle','~> 5.8.0'
    pod 'ThingAdvancedFunctionsBizBundle','~> 5.8.0'
    pod 'ThingSmartGroupHandleBizBundle','~> 5.8.0'
    pod 'ThingSmartCloudServiceBizBundle','~> 5.8.0'
    pod 'ThingSmartDeviceSyncBizBundle','~> 5.8.0'
    pod 'ThingSmartActivatorExtraBizBundle','~> 5.8.0'
    pod 'ThingSmartThemeManagerBizBundle','~> 5.8.0'
    

v5.2.0

v5.1.0

  • 发布日期: 2023 年 07 月 17 日
  • 新增变更
    • 开放 Matter SDK,支持 Matter 设备配网,控制以及获取设备信息等功能
    • 设备配网 UI 业务包支持 Matter 设备自发现配网功能
    • 更新局域网通道组件,修复设备配网闪退问题
    • 修复蓝牙 Mesh 设备在线和离线状态展示错误问题
    • 优化 iOS 16 系统 iPhone 14 Pro AP 配网失败问题
    • 修复 Tuya Link 设备扫码配网绑定报错问题
    • 修复其它已知问题

v5.0.0

  • 发布日期: 2023 年 04 月 17 日
  • 新增变更
    • 支持 Matter 设备配网和控制
    • 支持涂鸦智能小程序开发
    • 开放 App SDK 扫码配网入口
    • 修复已知问题