首页指南参考教程

EAS 元数据

介绍如何使用 EAS 元数据从命令行自动化和维护应用商店的存在。


EAS 元数据处于测试阶段,可能会发生重大变化。

EAS 元数据使你能够从命令行自动化并维护应用商店的状态。

¥EAS Metadata enables you to automate and maintain your app store presence from the command line.

你需要向多个应用商店提供大量信息,然后用户才能使用你的应用。此信息通常涉及不适用于你的应用的复杂主题。提供信息后,你必须开始漫长的审核过程。当审核者发现你提供的信息有任何问题时,你需要重新启动此流程。

¥You need to provide a lot of information to multiple app stores before your users can use your app. This information is often about complex topics that don't apply to your app. You have to start a lengthy review process after providing the information. When the reviewer finds any issues in the information you provided, you need to restart this process.

EAS 元数据使用 store.config.json 文件来提供信息,而不是通过应用商店仪表板中的多个表单。当需要更新应用商店时,你可以将存储配置推送到应用商店。

¥EAS Metadata uses a store.config.json file to provide information instead of going through multiple forms in the app store dashboards. When it's time to update the app stores, you can push the store config to the app stores.

Terminal
eas metadata:push

EAS 元数据还可以立即识别已知的应用商店限制,这些限制可能会在漫长的审核队列后触发拒绝。

¥EAS Metadata can also instantly identify known app store restrictions that could trigger a rejection after a lengthy review queue.

将存储配置文件添加到存储库使你能够与其他团队成员协作准备应用提交。

¥Adding the store config file to your repository enables you to collaborate with other team members to prepare the app submission.

使用 VS Code?在 store.config.json 文件中安装 Expo 工具扩展 以实现自动补齐、建议和警告。

¥Using VS Code? Install the Expo Tools extension for auto-complete, suggestions, and warnings in your store.config.json files.

开始使用

¥Get started

介绍

将 EAS 元数据添加到新项目,或从现有应用生成存储配置。

自定义存储配置

自定义存储配置以使 EAS 元数据适应你的首选工作流程。

存储配置架构

探索 EAS 元数据提供的所有可配置选项。