xcode iOS:Testflight 没有可供外部测试人员使用的版本
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/51022884/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iOS : Testflight No build available for external testers
提问by Hardik Amal
I am using testflight as a beta testing tool for my app. I have uploaded the build but invitation are successfully sent to the internal testers but no invitations are sent to external tester.
我使用 testflight 作为我的应用程序的 beta 测试工具。我已上传构建,但邀请已成功发送给内部测试人员,但未向外部测试人员发送邀请。
Below image shows both the groups has been invited
And this image shows that no build available for external testers
Can anyone help me how I can get through with this?
谁能帮我解决这个问题?
回答by Beltalowda
External Testers can only test builds that have passed Apple's Beta Review process (similar to the App Store Review process). Each new version of the App must go through this process. Internal Testers do not have this limitation.
外部测试人员只能测试通过 Apple Beta 审核流程(类似于 App Store 审核流程)的版本。每个新版本的 App 都必须经过这个过程。内部测试人员没有此限制。
回答by redPanda
OK - this seems really silly but... If external testers are added to a team before the build has been beta reviewed, they are "stuck" in a "No Build Available" status. Even after when Apple has reviewed and released the build for testing. As Alpaslan Firat mentions - the easiest way to resolve this is to: 1. Remove tester from the group (can select >1 by using "Edit") - do not delete the Tester 2. Add back all of the testers to the group
好吧 - 这看起来真的很愚蠢但是...如果在构建经过 Beta 之前将外部测试人员添加到团队中,他们将“陷入”“无可用构建”状态。即使在 Apple 并发布了测试版本之后。正如 Alpaslan Firat 提到的 - 解决这个问题的最简单方法是: 1. 从组中删除测试员(可以使用“编辑”选择 >1) - 不要删除测试员 2. 将所有测试员重新添加到组中
App Store Connect then recognizes that there is a build waiting to be tested and sends the invitation.
App Store Connect 然后识别出有待测试的构建并发送邀请。
The original question was asked a year ago - you would have thought that this would have been addressed by now.
最初的问题是在一年前提出的 - 您会认为现在已经解决了这个问题。
回答by Alpaslan Firat
sometimes it is necessary to remove and readd the group of external testers.
有时需要删除和读取外部测试人员组。
回答by Hanumant Shegade
Go to TestFlight -> Builds -> Add the testing build by clicking plus icon.
转到 TestFlight -> Builds -> 通过单击加号图标添加测试版本。
Write the testing task for external tester. Then -> Submit it.
为外部测试人员编写测试任务。然后 -> 提交。
Then testing invitation email will be delivered to external tester.
然后测试邀请电子邮件将发送给外部测试人员。