OpenClawCN 中文资料站开始 · 文档 · 进阶 · 动态 · 支持
入门指南初级
#mobile#ios#android#usage

移动端使用指南

在 iOS 和 Android 设备上使用 OpenClaw 的完整指南。

最后更新2026-03-11

AI 摘要

这页重点

核心结论

在 iOS 和 Android 设备上使用 OpenClaw 的完整指南。

适用主题

入门指南

高频关键词

mobile / ios / android / usage

可信信号

最后更新 2026-03-11

移动端使用指南

本文介绍如何在移动设备上使用 OpenClaw。

iOS 安装

App Store

# 在 App Store 搜索 "OpenClaw"
# 或直接下载

配对设置

# 在 Gateway 上获取配对码
openclaw pair generate

# 在 iOS 应用中输入配对码

Android 安装

Google Play

# 在 Google Play 搜索 "OpenClaw"

APK 安装

# 下载 APK
# 设置 > 安全 > 允许未知来源安装

移动端功能

语音输入

// iOS 语音输入
voiceInput.startListening()

// Android 语音输入
voiceClient.startListening()

推送通知

// 启用推送
PushNotification.shared.enable()

离线支持

{
  "offline": {
    "enabled": true,
    "sync_online": true,
    "cache_messages": true
  }
}

移动端配置

同步设置

{
  "sync": {
    "sessions": true,
    "preferences": true,
    "history": true
  }
}

下一步

继续深入

把零散经验接成稳定方法

最佳实践更适合在你已经跑通基础链路后阅读。可以顺着前后文继续看,也可以回到实践列表按难度和场景筛选。

关联入口

同主题、同路径、同阶段