适用于 iOS 的 Firebase 发行版

Gan*_*tan 5 firebase fastlane firebase-app-distribution

我们正在使用react-native 开发一个iOS 应用程序。每次开发人员有更新时,开发人员都需要在 QA 手机上构建并安装以进行测试。

现在,我正在尝试使用 fastlane 和 firebase 应用程序分发来分发新的应用程序以进行质量检查。

当我创建新版本时,QA 收到了有关该问题的电子邮件通知,他们可以在 firebase 应用程序分发上检查它。但是没有下载和安装的按钮,只有这样的消息。

Device registered!
The developer now needs to update their app to run on your device. You'll get an email when the app is ready to test.
Run Code Online (Sandbox Code Playgroud)

Firebase 应用程序分发

如何使其可供下载?

Gan*_*tan 3

最后,要将 iOS 应用程序发布到 firebase 应用程序分发,您需要生成 ad-hoc。

首先,您需要创建一个配置文件临时密钥,您可以在苹果开发人员上创建它或使用 fastlane 生成它。然后将其保存在您的项目中。其次,将构建应用程序内的导出方法设置为临时方法。第三,使用 get_provisioning_profile 获取您的个人资料临时密钥。