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.
我是 Firebase 的新手。我在 Firebase 中有一个已配置的应用分发流程,但我必须手动将现有的测试人员组添加到每个新版本中。如何为每个新版本配置测试仪自动分配?
对于 Android:您可以使用Gradle将您的应用分发给测试人员
对于 iOS:您可以使用Fastlane将您的应用程序分发给测试人员
在这两个分发流程中,您可以配置要分发到的测试人员和测试人员组。