Three Quick Tips: Signing Your iOS Apps with Visual Studio App Center Build

Daniel Adams

Once you start building your apps in Visual Studio App Center, you need to get them to your testers and ultimately to your users, which requires you to sign your apps. Dealing with provisioning profiles and certificates can sometimes be a challenging process. Several developers have asked about setting up iOS app signing with App Center, so we’ve gathered our favorite tips to help you successfully sign your iOS apps, whether for testing or the App Store.

1. Save the build configuration in App Center after you’ve pushed signing changes to your project

  In App Center, the build configuration of any branch stores two values of your Xcode project: the CODE_SIGN_STYLE and DEVELOPMENT_TEAM (set in the project.pbxproj file in your .xcodeproj folder). Whenever you change between manual and automatic signing or switch the development team, make sure you save the build configuration on App Center after pushing the changes, or your build will likely fail with a signing error.

2. Easily drag and drop the correct provisioning profile when using automatic signing

  In Xcode, in the General tab of your target under Signing, click the info icon next to Xcode Managed Profile. You’ll then see a popover with profile information. Click and drag the “PROV” icon on the top left to a desired location (as shown below).     Signing iOS apps

3. Take note of App Center’s currently supported options when using manual and automatic signing

  App Center fully supports manual iOS app signing, so you can use any type of profile or certificate. Simply verify that the provisioning profile and certificate you upload to App Center match what you’ve specified in your project, and you’re all set.   If you’ve enabled automatically manage signing in Xcode, App Center supports app signing with developer certificates and profiles (not with distribution). When uploading to App Center, you’ll need to use the auto-generated provisioning profile from Xcode.

Still running into trouble?

  To troubleshoot and get build signing up and running, we suggest the following steps:  

  1. Set up manual signing in your Xcode project and make sure it’s working locally.
  2. Once that’s verified, commit and push the changes to your repository.
  3. Prepare the provisioning profile and certificate selected in the Xcode target and upload them to the App Center build configuration.
  4. Most importantly: make sure you’ve pushed the latest state of your project before saving the new certificate and profile to the build configuration.

  As a team, we’re committed to improving the iOS signing experience, and we’ll continue to release new features and improvements over the coming months. If you need help, have questions, or want to share feedback, you can reach out to us at any time from your App Center portal (click on the “chat” icon). We’re here to help!

Log in to your account or get started for free today.     Get started now button    

0 comments

Discussion is closed.

Feedback usabilla icon