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