#mobile#ios#android#usage
移动端使用指南
在 iOS 和 Android 设备上使用 OpenClaw 的完整指南。
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
}
}