appcenter-docs icon indicating copy to clipboard operation
appcenter-docs copied to clipboard

[iOS] Choose between Debug or Release Signing capabilities in branch configuration

Open louisiscoding opened this issue 2 years ago • 1 comments

It doesn't really help you when you're facing trouble with the signing capabilities and adhoc/appstore mobile provisioning file.

Let me explain myself.

In XCode, i have two configurations under "Signing and Capabilities".

  • First one is debug, using a provisioning profile created using Ad hoc type
  • Second one is release, using a provisioning profile created using App store type

In my AppCenter configuration, in branch configuration. For my develop branch, i set my ad hoc provisioning profile. For my master branch, i set my release provisioning profile.

However, it doesn't seems like i can choose which Signing capabilities configuration it is going to be built with So i'm facing the issue that i'm building an app on my develop branch, using ad hoc provisioning profile, and still it cannot be installed on my testers devices, because it seems like it is always using the "Release type" configuration defined in XCode


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

louisiscoding avatar Dec 07 '23 15:12 louisiscoding

Capture d’écran 2023-12-07 à 16 30 30 Capture d’écran 2023-12-07 à 16 31 16

louisiscoding avatar Dec 07 '23 15:12 louisiscoding