Post

Replies

Boosts

Views

Activity

Reply to What does APS stand for?
I would add my 2 cents to that article: If you distribute builds via Xcode Cloud be aware that different artefacts use different aps-environments: Ad-Hoc and Appstore: Production Development: Development (aka Sandbox) You can check aps-environment for artefact from xcode cloud build by inspecting aps-environment key inside DistributionSummary.plist located next to .ipa. It's also possible to get this value in runtime like FirebaseSDK does (see SO research) (Using embedded.provisionprofile or embedded.mobileprovision)
Sep ’24
Reply to Xcode Cloud issue (ibtoold crash?)
I thought that if xcode cloud workflow fails on stage "Preparing build for App Store Connect failed" then build is not uploaded at all. But turns out that app store connect has all the details about the error for each such failed build in TestFlight builds section. So just go and check in App Store Connect, when you see this mysterious ibtool crash in xcode cloud.
Oct ’25