Elektrine lite

← Feed

@andrii_ch@mas.to

Post #1716173

2026-01-15 16:37 UTC

An #iosdev CI question. When uploading a build to TestFlight, is there any way at all to provide test notes (aka What to Test) up front, without waiting for build processing? Build processing takes 5-7 minutes on a good day, but yesterday App Store Connect had a sneeze and processing was taking hours (causing a bunch of cancelled/failed builds). #AppStoreConnect #testflight

Replies (1)

  • @babbage@iosdev.space 2026-01-15 16:46

    @andrii_ch@mas.to there definitely is if you upload a build using the API, as we have this for builds created with a GitHub action.

    Open ##2203773