← 返回列表

App Intents 是免费的再曝光渠道:Siri/Spotlight/快捷指令入口设计

2026/9/17

背景与问题

iOS 26 的 App Intents 2.0 让 app 的功能出现在 Siri、Spotlight、快捷指令、Action Button、Apple Intelligence 里——这些是商店外零买量成本的再曝光位。调研 solo 开发者最小可行的 App Intents 接入:做哪几个 intent、预期什么收益。

发现

(来源访问日期均为 2026-09-17)

  • 事实(Apple 官方文档):App Intents 是让内容与动作「可被 Apple Intelligence 与系统体验(Siri、Spotlight、Shortcuts、widgets)发现」的统一框架——一次定义,多入口复用。
  • 事实(iOS 26 App Intents 2.0 解说 2026-05):AppShortcutsProvider 注册的快捷指令覆盖语音、Action Button、Spotlight;新增 Visual Intelligence 接入与交互式 Snippets。
  • 事实(AppIntentsTesting 框架指南 2026-06):intent、entity query、Spotlight 索引可写自动化测试——接入质量可验证,不是玄学。
  • 事实:检索未发现 Apple 公布过「App Intents 接入 → 安装提升」的量化数据。
  • 推测:收益主要来自三处——Spotlight 里旧用户「搜索即回到 app」(再激活)、Siri 语音直达(hands-free 场景)、快捷指令模板被用户二次传播(模板即营销)。对新获客的直接作用可能小,对留存/再激活的作用更实在。

结论

  1. 最小接入集:给 app 的 1 个核心动作定义 intent + App Shortcut(如「记一笔」「查今天的」)+ Spotlight 索引核心实体。半天工作量,不做全量。
  2. 快捷指令模板即分发:发布 2-3 个现成 Shortcut 模板(打开 app 完成典型任务),放在产品官网——被用户塞进自己的快捷指令流后,卸载率下降(推测,待验证)。
  3. 用 AppIntentsTesting 把 intent 加进发布前检查(并入 opc-release-precheck-5min 清单)。
  4. 优先级判断:工具/记录类 app 收益 > 内容消费类;本季给主力产品接入 1 个核心 intent 并观察 Spotlight 来源的再打开率。

待办 / 下次继续

关联

opc-release-precheck-5min opc-ai-listing-assets c-app-store-live-activities

App Intents 是免费的再曝光渠道:Siri/Spotlight/快捷指令入口设计 · 我的站点