← 返回
开发者工具 中文

Expo App Store Deploy

Deploy Expo/React Native apps to Apple App Store and Google Play Store using EAS Build + Submit. Use when building iOS/Android production builds, submitting...
使用 EAS Build + Submit 将 Expo/React Native 应用部署到 Apple App Store 和 Google Play Store。适用于构建 iOS/Android 生产版本并提交。
jini92
开发者工具 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 729
下载
💾 21
安装
1
版本
#latest

概述

Expo App Store Deploy

Full pipeline details in references/guide.md.

Quick Commands

# iOS: first-time (interactive Apple login required)
npx eas-cli build --platform ios --profile production

# iOS: subsequent builds
npx eas-cli build --platform ios --profile production --non-interactive

# Android
npx eas-cli build --platform android --profile production --non-interactive

# Submit
npx eas-cli submit --platform ios --id <BUILD_ID>
npx eas-cli submit --platform android --id <BUILD_ID>

# Build + submit in one step
npx eas-cli build --platform ios --profile production --auto-submit

Common Failures

ErrorFix
------------
Install dependencies failsRemove native packages from devDependencies
Credentials not set upRun first build interactively (no --non-interactive)
Apple 2FA invalid codeUse SMS method, never reuse codes
ascAppId not allowed emptyRemove field on first submit, add returned ID after
Already submitted this buildNot an error - previous submission succeeded

Prerequisites

  1. Apple Developer Program active
  2. Google Play Console + identity verification complete
  3. eas-cli installed: npx eas-cli --version
  4. eas.json with projectId in app.config.ts

App Store Review Tips

  • AI apps: expect 12+ or 17+ age rating requirement
  • Microphone: NSMicrophoneUsageDescription must be clear
  • External server dependency: handle offline gracefully
  • Social login: Apple Sign In required if other social logins present
  • Paid apps: Restore Purchases button required
  • Demo account + server URL required in Review Notes
  • All URLs (Privacy, Support, Marketing) must return HTTP 200 before submission

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-29 23:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,761
content-creation

Obsidian Daily Note

jini92
创建并管理 Obsidian 每日笔记。用于在需要写每日笔记、记录今日工作、记录会话活动或创建每日摘要时被触发。
★ 1 📥 835
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,937