Skip to content

Commit

Permalink
Clarify when to use IOS_APP_STORE and IOS_APP_ADHOC when code signing (
Browse files Browse the repository at this point in the history
…codemagic-ci-cd#632)

* Clarify when to use IOS_APP_STORE and IOS_APP_ADHOC when signing iOS apps

* Update content/yaml-code-signing/signing-ios.md

Co-authored-by: helinanever <[email protected]>

Co-authored-by: helinanever <[email protected]>
  • Loading branch information
kevin-suhajda and helinanever authored Dec 8, 2021
1 parent cb24cd9 commit 0e1a1ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/yaml-code-signing/signing-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@ scripts:

Instead of specifying the exact bundle-id, you can use `"$(xcode-project detect-bundle-id)"`.

Based on the specified bundle ID and [provisioning profile type](https://github.com/codemagic-ci-cd/cli-tools/blob/master/docs/app-store-connect/fetch-signing-files.md#--typeios_app_adhoc--ios_app_development--ios_app_inhouse--ios_app_store--mac_app_development--mac_app_direct--mac_app_store--mac_catalyst_app_development--mac_catalyst_app_direct--mac_catalyst_app_store--tvos_app_adhoc--tvos_app_development--tvos_app_inhouse--tvos_app_store), Codemagic will fetch or create the relevant provisioning profile and certificate to code sign the build.
Based on the specified bundle ID and [provisioning profile type](https://github.com/codemagic-ci-cd/cli-tools/blob/master/docs/app-store-connect/fetch-signing-files.md#--typeios_app_adhoc--ios_app_development--ios_app_inhouse--ios_app_store--mac_app_development--mac_app_direct--mac_app_store--mac_catalyst_app_development--mac_catalyst_app_direct--mac_catalyst_app_store--tvos_app_adhoc--tvos_app_development--tvos_app_inhouse--tvos_app_store) set with the `--type` argument, Codemagic will fetch or create the relevant provisioning profile and certificate to code sign the build.

If you are publishing to the **App Store** or you are using **TestFlight** to distribute your app to test users, set the `--type` argument to `IOS_APP_STORE`.

When using a **third party app distribution service** such as Firebase App Distribution, set the `--type` argument to `IOS_APP_ADHOC`

## Manual code signing

Expand Down

0 comments on commit 0e1a1ea

Please sign in to comment.