MacApp: How do I integrate Xcode Cloud and TestFlight

This is related to a Mac App.

I would like to be able to make my build in Xcode Cloud available to my users in TestFlight. I would expect to be able to click the build in Xcode Cloud and see some kind of "Publish to TestFlight" action.

Does this exist? Am I missing it? If not, how is this supposed to work?

Replies

I also tried going to the Testflight tab in App Store Connect and did not see Xcode cloud builds appear there, nor did I see a way to select them from there.

So it turns out that there is something in the workflow you add as an action/post action to integrate with TestFlight users. I was finally able to get it to work after adjusting some settings related to code signing and adding the ITSAppUsesNonExemptEncryption key to my Info.plist file.