Post #2203775
2026-01-15 17:11 UTC
@babbage@iosdev.space thanks for the tip!
Looking at WWDC25 session 324, the setup seems quite complicated. What was your experience? Does your action call AppStoreConnect API directly, or do you use some kind of wrapper SDK?
Replies (1)
-
@andrii_ch@mas.to 2026-01-15 22:47
@babbage@iosdev.space Test notes for a TestFlight build can be created via /v1/betaBuildLocalizations, and that seems to be the only available resource for this. Sending a request to this resource requires a build ID which becomes available only when the build has finished processing. Which is the problem I'm trying to solve. Am I missing something?