分布:概览

向应用商店或通过内部分发提交应用的概述。


通过将你的应用提交到应用商店或使用内部分发,将你的应用交到用户手中。

🌐 Get your app into the hands of users by submitting it to the app stores or with Internal Distribution.

Terminal
# Install the CLI
npm i -g eas-cli

# Build and submit your app
eas build --auto-submit

# OR -- Submit existing binaries
eas submit

你可以使用 EAS CLI 运行 eas build --auto-submit 来构建你的应用,并自动上传二进制文件,以便在 Google Play 商店和 Apple App Store 上分发。

🌐 You can run eas build --auto-submit with EAS CLI to build your app and automatically upload the binary for distribution on the Google Play Store and Apple App Store.

这会自动管理任何 React Native 应用的 所有原生代码签名,适用于 Android 和 iOS。高级功能如支付、通知、通用链接和 iCloud 可以根据你的 配置插件 或原生权限自动启用,这意味着不再需要费力地在缓慢的门户上设置库。

🌐 This automatically manages all native code signing for Android and iOS for any React Native app. Advanced features such as payments, notifications, universal links, and iCloud can be automatically enabled based on your config plugins or native entitlements, meaning no more wrestling with slow portals to get libraries set up correctly.

开始使用

🌐 Get started

提交到 Google Play 商店

学习如何将 Android 应用提交到 Google Play 商店。

提交至苹果应用商店

了解如何从任何操作系统向 Apple App Store 提交 iOS 或 iPadOS 应用。

内部分发

使用 AdHoc 构建在内部与测试人员共享你的移动应用。

发布网站

导出你的网站并上传到任何网站托管服务。

OTA 更新

即时向用户发送空中下载更新。