monetization
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMonetization Strategy
应用变现策略
End-to-end monetization guidance for Apple platform apps — from "should I charge?" to "here's your pricing page structure."
Apple平台应用全流程变现指导——从“我是否应该收费?”到“为你设计定价页面结构”。
When This Skill Activates
该技能的适用场景
Use this skill when the user:
- Asks "should I monetize my app?" or "is my app ready to charge?"
- Wants help choosing between freemium, subscription, or one-time purchase
- Needs pricing tier recommendations
- Asks about free trial strategy
- Wants to plan monetization for a specific app type (kids, therapy, productivity, etc.)
- Mentions "pricing", "revenue model", or "how to make money from my app"
- Wants to understand Apple's commission structure
当用户有以下需求时,可使用本技能:
- 询问“我是否应该对应用进行变现?”或“我的应用是否已准备好收费?”
- 需要帮助在免费增值模式、订阅模式或一次性购买模式中做选择
- 需要定价层级推荐
- 咨询免费试用策略
- 想要为特定类型应用规划变现方案(儿童类、疗愈类、生产力类等)
- 提及“定价”、“营收模型”或“如何通过应用赚钱”
- 想要了解Apple的佣金结构
Process
实施流程
Phase 1: Readiness Assessment
第一阶段:变现准备度评估
Before recommending a pricing model, evaluate whether the app is ready to monetize. Ask these questions via AskUserQuestion:
1. App Stage
- Pre-launch (idea/prototype)
- Beta / TestFlight
- Live with users (< 1K)
- Live with traction (1K+ users)
2. Value Proposition
- What problem does your app solve?
- Who is the target user?
- What alternatives exist (including doing nothing)?
3. Current State
- Do you have active users?
- What's your retention like? (Day 1, Day 7, Day 30)
- Are users asking for features / willing to pay?
在推荐定价模型前,需先评估应用是否具备变现条件。通过AskUserQuestion询问以下问题:
1. 应用阶段
- 预发布(仅想法/原型)
- Beta / TestFlight测试阶段
- 已上线且用户量<1000
- 已上线且用户量≥1000(具备增长势头)
2. 价值主张
- 你的应用解决了什么问题?
- 目标用户群体是谁?
- 存在哪些替代方案(包括用户不使用任何应用的情况)?
3. 当前状态
- 你是否有活跃用户?
- 用户留存情况如何?(次日留存、7日留存、30日留存)
- 用户是否主动索要功能或表现出付费意愿?
Readiness Scorecard
准备度评分卡
Evaluate against these criteria:
| Signal | Ready | Not Ready |
|---|---|---|
| Core value | Clear, differentiated | Still finding product-market fit |
| User retention | D7 > 20% | D7 < 10% |
| User feedback | "I'd pay for this" | Silence or complaints |
| Feature depth | Enough for free + paid split | Everything feels essential |
| Competition | You offer something unique | Commodity feature set |
| Polish | Professional quality | Rough edges everywhere |
Recommendation thresholds:
- 5-6 Ready signals → Monetize now
- 3-4 Ready signals → Soft-launch pricing (low price, gather data)
- 0-2 Ready signals → Focus on product first, monetize later
根据以下标准进行评估:
| 评估指标 | 已准备好 | 未准备好 |
|---|---|---|
| 核心价值 | 清晰且差异化 | 仍在探索产品市场契合点 |
| 用户留存 | 7日留存>20% | 7日留存<10% |
| 用户反馈 | 出现“我愿意为这个付费”的声音 | 无反馈或负面反馈居多 |
| 功能深度 | 可划分免费与付费功能 | 所有功能都属于核心必要功能 |
| 竞争力 | 具备独特优势 | 功能同质化严重 |
| 完成度 | 专业级品质 | 存在大量粗糙细节 |
推荐阈值:
- 5-6项“已准备好” → 立即启动变现
- 3-4项“已准备好” → 软启动定价(低价策略,收集数据)
- 0-2项“已准备好” → 优先打磨产品,延后变现
Phase 2: Pricing Model Selection
第二阶段:定价模型选择
Based on app type and user behavior, recommend the right model.
根据应用类型和用户行为,推荐合适的定价模型。
Decision Framework
决策框架
Is the app used daily/weekly?
├── YES → Does it provide ongoing value?
│ ├── YES → SUBSCRIPTION
│ └── NO → ONE-TIME PURCHASE (with optional tip jar)
└── NO → Is it a utility/tool?
├── YES → ONE-TIME PURCHASE or FREEMIUM
└── NO → Is it content-based?
├── YES → SUBSCRIPTION or CONSUMABLE IAP
└── NO → FREEMIUM with premium unlock应用是否为每日/每周使用?
├── 是 → 是否提供持续价值?
│ ├── 是 → SUBSCRIPTION(订阅模式)
│ └── 否 → ONE-TIME PURCHASE(一次性购买,可搭配可选打赏功能)
└── 否 → 是否为工具类应用?
├── 是 → ONE-TIME PURCHASE 或 FREEMIUM(免费增值模式)
└── 否 → 是否为内容类应用?
├── 是 → SUBSCRIPTION 或 CONSUMABLE IAP(消耗型内购)
└── 否 → FREEMIUM(免费增值模式,搭配付费解锁)Model Comparison
模型对比
Read pricing-models.md for detailed comparison of each model:
- Subscriptions (auto-renewable)
- One-time purchase (paid upfront or freemium unlock)
- Consumable IAP (credits, tokens)
- Non-consumable IAP (feature unlock)
- Tip jar / patronage
- Ad-supported with premium upgrade
查看pricing-models.md获取各模型的详细对比:
- 订阅模式(自动续订)
- 一次性购买(预付或免费增值解锁)
- 消耗型内购(积分、代币等)
- 非消耗型内购(功能解锁)
- 打赏/赞助模式
- 广告支持+付费升级模式
App-Type Recommendations
按应用类型推荐
Read app-type-guides.md for specific guidance by app category:
- Productivity / task management
- Health / therapy / wellness
- Kids / education
- Creative tools
- Social / community
- Developer tools
- Finance / budgeting
查看app-type-guides.md获取按应用类别划分的具体指导:
- 生产力/任务管理类
- 健康/疗愈/ wellness类
- 儿童/教育类
- 创意工具类
- 社交/社区类
- 开发者工具类
- 金融/预算类
Phase 3: Tier Structure
第三阶段:层级结构设计
Once a model is selected, design the tier structure.
选定模型后,设计对应的层级结构。
Subscription Tiers (if applicable)
订阅层级(如适用)
Two-tier structure (recommended for most indie apps):
FREE PRO ($X.99/mo or $XX.99/yr)
───────────────────── ─────────────────────────────
Core functionality Everything in Free
Limited usage/storage Unlimited usage
Basic features Advanced features
Priority support (optional)
Early access to new featuresThree-tier structure (for apps with clear user segments):
FREE PLUS ($X.99/mo) PRO ($XX.99/mo)
──────────── ────────────────── ──────────────────
Basic use Power user Professional/team
Ads/limits No ads, more quota Unlimited + extras两层结构(推荐给大多数独立开发者应用):
免费版 专业版(每月$X.99或每年$XX.99)
───────────────────── ─────────────────────────────
核心功能 包含免费版所有功能
有限使用/存储 无限制使用/存储
基础功能 高级功能
优先支持(可选)
新功能提前体验三层结构(适用于用户群体划分清晰的应用):
免费版 进阶版(每月$X.99) 专业版(每月$XX.99)
──────────── ────────────────── ──────────────────
基础使用 进阶用户专属 专业/团队用户专属
带广告/有限制 无广告、更高配额 无限制+额外增值服务Pricing Psychology
定价心理学技巧
- Anchor pricing: Show yearly first to make monthly look expensive
- Price ending: Use .99 for < $10, round numbers for premium ($19, $29)
- Yearly discount: 15-40% off monthly equivalent (sweet spot: ~30%)
- Decoy effect: Three tiers where middle looks like best value
- Regional pricing: Use App Store price tiers for automatic localization
- 锚定定价:先展示年度订阅价格,让月度价格显得更昂贵
- 价格尾数:价格低于$10时使用.99结尾,高端产品使用整数定价(如$19、$29)
- 年度折扣:相对于月度价格给予15-40%的折扣(最优折扣约30%)
- 诱饵效应:设置三个层级,让中间层级看起来性价比最高
- 区域定价:使用App Store价格档位自动适配不同地区定价
Free vs. Paid Feature Split
免费与付费功能划分
The hardest decision. Follow these principles:
Free tier should:
- Demonstrate the core value proposition
- Be genuinely useful (not a crippled demo)
- Create natural upgrade moments ("you've hit the limit")
- Let users invest time/data before hitting the paywall
Paid tier should:
- Unlock power/convenience, not basic functionality
- Feel like "more of what you love" not "removing annoyances"
- Include at least one "hero feature" worth paying for alone
❌ Bad splits:
- Free: Can view data → Paid: Can edit data (feels hostile)
- Free: 3-day trial → Paid: Everything (no ongoing free value)
- Free: Everything → Paid: Remove ads (weak value prop)
✅ Good splits:
- Free: 5 projects → Paid: Unlimited projects + templates
- Free: Basic tracking → Paid: Insights, trends, export
- Free: Single device → Paid: Sync across devices + widgets
这是最关键的决策,遵循以下原则:
免费版应做到:
- 充分展示核心价值主张
- 具备实际使用价值(而非残缺的演示版)
- 自然创造升级契机(如“你已达到使用上限”)
- 让用户投入时间/数据后再触发付费墙
付费版应做到:
- 解锁的是增强功能/便利性,而非基础功能
- 给用户的感觉是“更多你喜欢的功能”而非“移除限制”
- 至少包含一个单独就值得付费的“核心亮点功能”
❌ 错误划分示例:
- 免费版:仅可查看数据 → 付费版:可编辑数据(用户体验极差)
- 免费版:3天试用 → 付费版:所有功能(无持续免费价值)
- 免费版:所有功能 → 付费版:移除广告(价值主张薄弱)
✅ 正确划分示例:
- 免费版:最多5个项目 → 付费版:无限项目+模板
- 免费版:基础追踪 → 付费版:数据分析、趋势、导出功能
- 免费版:单设备使用 → 付费版:多设备同步+小组件
Phase 4: Free Trial Strategy
第四阶段:免费试用策略
Trial Types
试用类型
| Type | Best For | Apple Support |
|---|---|---|
| Introductory offer (free) | Subscriptions | Built-in via App Store |
| Introductory offer (discounted) | High-value subscriptions | Built-in via App Store |
| Feature-limited free tier | Freemium apps | N/A (your logic) |
| Time-limited full access | Productivity apps | Built-in via App Store |
| 试用类型 | 适用场景 | Apple支持情况 |
|---|---|---|
| 免费 introductory offer | 订阅模式应用 | App Store内置支持 |
| 折扣 introductory offer | 高价值订阅应用 | App Store内置支持 |
| 功能限制型免费版 | 免费增值模式应用 | 无(需自行开发逻辑) |
| 限时全功能试用 | 生产力类应用 | App Store内置支持 |
Trial Duration Recommendations
试用时长推荐
| App Type | Trial Length | Reason |
|---|---|---|
| Daily-use productivity | 7 days | Quick to see value |
| Health/fitness tracking | 14 days | Need time to build habit |
| Creative tools | 7 days | One project cycle |
| Business/professional | 14-30 days | Need to integrate into workflow |
| Education/learning | 7 days | One learning cycle |
| 应用类型 | 试用时长 | 理由 |
|---|---|---|
| 日常生产力类 | 7天 | 用户可快速感知价值 |
| 健康/健身追踪类 | 14天 | 用户需要时间养成使用习惯 |
| 创意工具类 | 7天 | 覆盖一个完整项目周期 |
| 商务/专业类 | 14-30天 | 用户需要时间将应用融入工作流程 |
| 教育/学习类 | 7天 | 覆盖一个完整学习周期 |
Trial Conversion Tactics
试用转化技巧
- Onboard to premium features during trial (not free features)
- Show "trial ending" reminder 2-3 days before expiration
- Highlight value received ("You tracked 47 workouts this month")
- Offer annual option at trial end (bigger commitment but better price)
- Win-back offer if they don't convert (promotional offer after 30 days)
- 试用期间引导用户体验付费功能(而非免费功能)
- 在试用结束前2-3天发送“即将到期”提醒
- 突出用户已获得的价值(如“本月你已追踪47次锻炼”)
- 试用结束时推荐年度订阅选项(用户承诺更高,但价格更优惠)
- 对未转化用户提供赢回方案(30天后推出促销活动)
Phase 5: Implementation Guidance
第五阶段:实施指导
After strategy is set, guide implementation.
确定策略后,指导具体实施步骤。
Apple Commission Structure
Apple佣金结构
| Scenario | Apple's Cut | You Keep |
|---|---|---|
| Standard (Year 1) | 30% | 70% |
| After Year 1 of subscription | 15% | 85% |
| Small Business Program (< $1M/yr) | 15% | 85% |
| Small Business + Year 2 subscription | 15% | 85% |
Important: Revenue calculations should always account for Apple's cut. A $9.99/mo subscription with Small Business Program = ~$8.49/mo to you.
| 场景 | Apple分成比例 | 开发者所得比例 |
|---|---|---|
| 标准情况(订阅第1年) | 30% | 70% |
| 订阅第2年及以后 | 15% | 85% |
| 小企业计划(年营收<100万美元) | 15% | 85% |
| 小企业计划+订阅第2年及以后 | 15% | 85% |
重要提示: 计算营收时必须考虑Apple的分成。例如,加入小企业计划后,每月$9.99的订阅收入,开发者实际所得约为$8.49/月。
StoreKit 2 Implementation
StoreKit 2 实施
For code generation, refer users to the paywall-generator skill:
Use the paywall-generator skill to create:
- StoreKit 2 subscription management
- Paywall UI (SwiftUI)
- Receipt validation
- Subscription status tracking如需生成代码,请引导用户使用paywall-generator技能:
使用paywall-generator技能创建以下内容:
- StoreKit 2订阅管理
- 付费墙UI(SwiftUI)
- 收据验证
- 订阅状态追踪Paywall UI Patterns (HIG-Compliant)
符合HIG规范的付费墙UI设计模式
Do:
- Show feature comparison (free vs. paid)
- Display price per period clearly
- Highlight savings on annual plan
- Include "Restore Purchases" button
- Show terms of service and privacy policy links
- Use system subscription views where available (iOS 18.4+)
Don't:
- Block the app immediately on launch
- Use dark patterns (hidden close button, confusing language)
- Make it hard to dismiss the paywall
- Misrepresent subscription terms
- Auto-select the most expensive option
✅ 建议做法:
- 展示免费与付费功能对比
- 清晰显示每期价格
- 突出年度订阅的优惠幅度
- 包含“恢复购买”按钮
- 添加服务条款和隐私政策链接
- 尽可能使用系统内置订阅视图(iOS 18.4+)
❌ 禁止做法:
- 应用启动时立即弹出付费墙,阻断用户使用
- 使用暗黑模式(隐藏关闭按钮、语言表述模糊)
- 让用户难以关闭付费墙
- 误导用户关于订阅条款的信息
- 默认选中最贵的选项
App Store Review Guidelines (Monetization)
App Store审核指南(变现相关)
Key rules to follow:
- 3.1.1: In-app purchase required for digital content/features
- 3.1.2: Subscriptions must provide ongoing value
- 3.1.3: "Reader" apps can link to web for account management
- 3.2.2: Unacceptable business models (bait-and-switch, etc.)
- 5.6: Developer Code of Conduct (no manipulative tactics)
需遵循的关键规则:
- 3.1.1:数字内容/功能必须通过内购获取
- 3.1.2:订阅必须提供持续价值
- 3.1.3:“阅读器类”应用可链接至网页进行账户管理
- 3.2.2:禁止使用不可接受的商业模式(如 bait-and-switch等)
- 5.6:开发者行为准则(禁止使用操纵性手段)
Output Format
输出格式
Present monetization strategy as:
markdown
undefined变现策略请按以下格式呈现:
markdown
undefinedMonetization Strategy: [App Name]
应用变现策略:[应用名称]
Readiness Assessment
变现准备度评估
Score: X/6 — [Ready to monetize / Soft-launch / Focus on product]
| Signal | Status | Notes |
|---|---|---|
| Core value | ✅/❌ | ... |
| Retention | ✅/❌ | ... |
| User demand | ✅/❌ | ... |
| Feature depth | ✅/❌ | ... |
| Differentiation | ✅/❌ | ... |
| Polish | ✅/❌ | ... |
评分: X/6 — [立即变现 / 软启动变现 / 优先打磨产品]
| 评估指标 | 状态 | 备注 |
|---|---|---|
| 核心价值 | ✅/❌ | ... |
| 用户留存 | ✅/❌ | ... |
| 用户需求 | ✅/❌ | ... |
| 功能深度 | ✅/❌ | ... |
| 差异化优势 | ✅/❌ | ... |
| 完成度 | ✅/❌ | ... |
Recommended Model
推荐模型
[Model Name] — [One-line rationale]
[模型名称] — [一句话理由]
Tier Structure
层级结构
| Feature | Free | Pro ($X.99/mo) |
|---|---|---|
| ... | ✅ | ✅ |
| ... | Limited | Unlimited |
| ... | ❌ | ✅ |
Annual pricing: $XX.99/yr (XX% savings)
| 功能 | 免费版 | 专业版($X.99/月) |
|---|---|---|
| ... | ✅ | ✅ |
| ... | 有限制 | 无限制 |
| ... | ❌ | ✅ |
年度定价: $XX.99/年(优惠XX%)
Free Trial
免费试用
Type: [Introductory offer / Feature-limited / etc.]
Duration: [X days]
Conversion tactics: [Bullet list]
类型: [introductory offer / 功能限制型 / 等]
时长: [X天]
转化技巧: [项目符号列表]
Revenue Projections (Conservative)
保守营收预测
| Metric | Estimate |
|---|---|
| Monthly price | $X.99 |
| Annual price | $XX.99 |
| Conversion rate (free→paid) | X-X% |
| Revenue per 1K MAU | $XXX-$XXX/mo |
| 指标 | 预估数值 |
|---|---|
| 月度价格 | $X.99 |
| 年度价格 | $XX.99 |
| 转化率(免费→付费) | X-X% |
| 每1000月活跃用户营收 | $XXX-$XXX/月 |
Implementation Checklist
实施清单
- Configure products in App Store Connect
- Implement StoreKit 2 (use paywall-generator skill)
- Design paywall UI
- Set up introductory offers
- Add analytics for conversion tracking
- Test with StoreKit Configuration file
- Submit for review
- 在App Store Connect中配置产品
- 实施StoreKit 2(使用paywall-generator技能)
- 设计付费墙UI
- 设置introductory offer
- 添加转化追踪分析
- 使用StoreKit Configuration文件测试
- 提交审核
Next Steps
下一步行动
- [First action item]
- [Second action item]
- [Third action item]
undefined- [第一项行动任务]
- [第二项行动任务]
- [第三项行动任务]
undefinedReferences
参考资料
- pricing-models.md — Detailed comparison of all pricing models
- app-type-guides.md — Category-specific monetization recommendations
- paywall-generator skill — For StoreKit 2 code generation
- app-store skill — For App Store description optimization
- Apple App Store Review Guidelines §3 (Business)
- Apple StoreKit 2 documentation
- pricing-models.md — 各定价模型的详细对比
- app-type-guides.md — 按类别划分的变现推荐指南
- paywall-generator技能 — 用于生成StoreKit 2代码
- app-store技能 — 用于优化App Store描述
- Apple App Store审核指南第3章(商业相关)
- Apple StoreKit 2官方文档