Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建应用程序并通过 fastlane 上传到 firebase。
添加分发成功,但分发后应用显示等待开发者,需要添加UDID。
但是我已经在我的配置文件中添加了用户的 UDId 吗?
这将如何发生?
对于使用 fastlane 的 firebase 分发,我需要设置临时证书。出现上述问题是因为我使用 AppStore 配置文件分发了该应用程序。
将 export_method 添加为 Adhoc 并运行构建,它成功并能够在我的手机上安装该应用程序。
不完全理解这里的上下文,但每当我遇到类似的问题时,我需要再次归档构建,以确保它获得更新的配置文件。
此外,如果您使用 SIGH 并且希望自动添加所有设备,我建议每次构建都使用force选项。
force
http://docs.fastlane.tools/actions/sigh/#parameters