Pilot still distributing on TestFlight when skip_submission = true

Viewed 1429

When using Pilot to upload the build I'm setting skip_submission: true but the build is still distributed to internal testers. I was under the impression that only the IPA would be uploaded and it wouldn't go to testing?

pilot(
  changelog: "Live",
  skip_submission: true
)
1 Answers
Related