当 skip_submission = true 时,Pilot 仍在 TestFlight 上分发
Pilot still distributing on TestFlight when skip_submission = true
当使用 Pilot 上传构建时,我正在设置 skip_submission: true
但构建仍分发给内部测试人员。我的印象是只会上传 IPA 而不会进行测试?
pilot(
changelog: "Live",
skip_submission: true
)
您的印象是正确的,请参阅 https://github.com/fastlane/fastlane/issues/1888
中的讨论
iTunes connect will automatically distribute any new build to internal
testers if testing is enabled for that particular version / build
train. Skip submission only prevents fastlane from sending the build
for external testing review.
当使用 Pilot 上传构建时,我正在设置 skip_submission: true
但构建仍分发给内部测试人员。我的印象是只会上传 IPA 而不会进行测试?
pilot(
changelog: "Live",
skip_submission: true
)
您的印象是正确的,请参阅 https://github.com/fastlane/fastlane/issues/1888
中的讨论iTunes connect will automatically distribute any new build to internal testers if testing is enabled for that particular version / build train. Skip submission only prevents fastlane from sending the build for external testing review.