From the course: Visual Studio App Center for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Signing builds: iOS

Signing builds: iOS - Visual Studio Tutorial

From the course: Visual Studio App Center for Developers

Start my 1-month free trial

Signing builds: iOS

- [Instructor] In this video, we're going to sign an iOS build inside of VSAC, so let's create a new build definition for our iOS project, so we're going to go back up and look at our organization, and open up our iOS Xamarin application. Click on the Build tab, and now, since we want to do this for a QA build, we're going to select our QA branch. Press Configure Build, use the same solution, and change the configuration to QA. This is a configuration that I created inside the sample solution to allow for QA build settings to be set up specifically for the QA build. I've already created a certificate and provisioning profile for our app, and imported it into Xcode, and saved them to my Desktop. If you have not done this, you should watch the introductory videos. One thing I always check in an iOS project is to make sure the provisioning profile matches what I'm about to use in the build definition. So I'm going to go into Open here, and I'm going to up to our Desktop and open up the…

Contents