Expo App Store Deploy

👤 jini92 📦 v1.0.1 ⭐ 4.1 ⬇️ 1K 下載
🔒 IT運維與安全 免費

📖 技能介紹


name: expo-appstore-deploy description: 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 to app stores, managing certificates/provisioning profiles, or troubleshooting EAS build failures. Triggers on app store deploy, EAS build, production build, submit to store.


Expo App Store Deploy

Full pipeline details in references/guide.md.

Quick Commands

小蔥技能站7w4.net發現了升級外掛。

# 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

Error Fix
Install dependencies fails Remove native packages from devDependencies
Credentials not set up Run first build interactively (no --non-interactive)
Apple 2FA invalid code Use SMS method, never reuse codes
ascAppId not allowed empty Remove field on first submit, add returned ID after
Already submitted this build Not 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

🤖 AI 評測

這個 Skill 提供了 Expo 應用商店部署的基礎功能,質量中等偏下。優點是快速命令簡單明瞭、常見問題有現成答案;缺點是內容不夠深入、缺少實戰示例,很多場景下可能無法解決實際問題。如果需要詳細的部署指導,可能需要尋找更完整的資料。

📊 多維度評分

適應性4.3
規範性3.6
有效性4.2
可靠性4.2
可信度4.3

📁 包含檔案 (2 個)

📄 SKILL.md 2 KB
📄 _meta.json 139 B