技能 Apple HIG: Technologies
📦

Apple HIG: Technologies

安全

将Apple HIG标准应用于技术集成

开发者难以在符合App Store指南的情况下正确实现Apple技术。此技能为Siri、Apple Pay、HealthKit和25多个Apple框架提供权威的HIG指导,以确保获得批准的实施方案。

支持: Claude Codex Code(CC)
🥉 73 青铜
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“Apple HIG: Technologies”。 What are the Siri integration requirements for my food ordering app?

预期结果:

  • Siri Integration Checklist:
  • 1. Define Intents for: SearchForMenuItems, OrderFood, TrackOrder
  • 2. Create App Shortcuts for common actions (reorder favorite)
  • 3. Write natural conversational phrases for each intent
  • 4. Confirm all parameters before executing order
  • 5. Handle errors with clear fallback options
  • Required entitlements: Intents, IntentsUI
  • Privacy: Include NSUserTrackingUsageDescription if using order history for suggestions

正在使用“Apple HIG: Technologies”。 How should I design Apple Pay button placement in my checkout flow?

预期结果:

  • Apple Pay Button Guidelines:
  • - Display at same visual prominence as other payment methods
  • - Use Apple-provided PKPaymentButton API (not custom images)
  • - Place before credit card form fields, not after
  • - Support both 'Buy with Apple Pay' (direct) and standard button
  • - Never hide or gray-out the button - explain unavailability after tap if needed
  • - Required: Standard Apple Pay button styles only

安全审计

安全
v1 • 2/25/2026

This skill contains only markdown documentation files referencing Apple's Human Interface Guidelines. All 2880 static analysis findings are false positives - they are pattern matches in documentation text (URLs to Apple developer docs, code examples in markdown blocks, technical terminology) rather than executable code. No scripts, network calls, or system access present. Safe for publication.

28
已扫描文件
5,483
分析行数
0
发现项
1
审计总数
未发现安全问题
审计者: claude

质量评分

45
架构
100
可维护性
87
内容
50
社区
100
安全
65
规范符合性

你能构建什么

Siri集成规划

定义Intents、App Shortcuts和语音交互模式,使其符合Apple的对话设计标准

Apple Pay结账实施

使用正确的按钮样式、身份验证和安全要求实施支付流程,以获得App Store批准

HealthKit权限设计

创建符合隐私要求的健康数据访问模式,包括适当的使用描述和用户同意流程

试试这些提示

基础技术指南
将Apple技术集成到我的应用中有哪些HIG要求?请列出关键原则和必须遵循的指南。
实施检查清单
按照Apple HIG为[具体功能]创建分步实施检查清单。包括必需与可选功能以及常见的拒绝原因。
隐私和权限
[技术]需要哪些隐私要求和权限提示?请提供示例使用描述字符串,并解释哪些数据访问需要用户同意。
App Store审核准备
根据HIG指南审核我的[技术]实施计划。识别可能导致App Store拒绝的模式,并提出修改建议。

最佳实践

  • 在提问前始终检查.claude/apple-design-context.md - 首先使用现有上下文
  • 只请求所需的最少数据权限,并在每个权限提示前解释用户收益
  • 测试所有无障碍要求,包括VoiceOver标签、Dynamic Type和Switch Control兼容性

避免

  • 不要创建自定义支付按钮设计 - Apple Pay按钮必须使用Apple提供的API
  • 在首先向用户解释具体健康收益之前,切勿请求健康数据
  • 避免使用感觉像噱头的AR体验 - 仅在空间上下文提供真正价值时使用

常见问题

此技能涵盖哪些Apple技术?
涵盖28种技术,包括Siri、Apple Pay、HealthKit、HomeKit、ARKit、Core ML、Generative AI、iCloud、Sign in with Apple、SharePlay、CarPlay、Game Center、In-App Purchase、NFC、Wallet、VoiceOver、Maps、Mac Catalyst等。
此技能是否生成工作代码?
不生成工作代码 - 它提供HIG指南、实施检查清单和设计模式。请将其与编码技能结合使用来实施推荐的模式。
如何知道我的App Store提交是否会获得批准?
此技能识别HIG合规要求和常见拒绝原因。最终批准取决于Apple的审核团队和当前指南。
这可以帮助实现Apple技术的Web版本吗?
部分可以。Apple Pay on Web和Sign in with Apple包含特定于Web的指导,但重点是原生iOS/macOS/watchOS/tvOS开发。
这是否涵盖最新iOS版本的要求?
此技能引用HIG文档,该文档由Apple更新。请始终在官方Apple开发者文档中验证当前要求,以获取最新iOS版本的信息。
使用此技能之前我应该做什么?
检查项目中是否有.claude/apple-design-context.md。此文件可能包含减少后续提问需求的额外上下文。