Apple HIG: Technologies
将Apple HIG标准应用于技术集成
开发者难以在符合App Store指南的情况下正确实现Apple技术。此技能为Siri、Apple Pay、HealthKit和25多个Apple框架提供权威的HIG指导,以确保获得批准的实施方案。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“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
安全审计
安全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.
质量评分
你能构建什么
Siri集成规划
定义Intents、App Shortcuts和语音交互模式,使其符合Apple的对话设计标准
Apple Pay结账实施
使用正确的按钮样式、身份验证和安全要求实施支付流程,以获得App Store批准
HealthKit权限设计
创建符合隐私要求的健康数据访问模式,包括适当的使用描述和用户同意流程
试试这些提示
将Apple技术集成到我的应用中有哪些HIG要求?请列出关键原则和必须遵循的指南。
按照Apple HIG为[具体功能]创建分步实施检查清单。包括必需与可选功能以及常见的拒绝原因。
[技术]需要哪些隐私要求和权限提示?请提供示例使用描述字符串,并解释哪些数据访问需要用户同意。
根据HIG指南审核我的[技术]实施计划。识别可能导致App Store拒绝的模式,并提出修改建议。
最佳实践
- 在提问前始终检查.claude/apple-design-context.md - 首先使用现有上下文
- 只请求所需的最少数据权限,并在每个权限提示前解释用户收益
- 测试所有无障碍要求,包括VoiceOver标签、Dynamic Type和Switch Control兼容性
避免
- 不要创建自定义支付按钮设计 - Apple Pay按钮必须使用Apple提供的API
- 在首先向用户解释具体健康收益之前,切勿请求健康数据
- 避免使用感觉像噱头的AR体验 - 仅在空间上下文提供真正价值时使用