HomeWinBuzzer NewsMicrosoft Announces iOS App Store Extension for Visual Studio Team Services

Microsoft Announces iOS App Store Extension for Visual Studio Team Services

The new extension allows for continuous delivery of iOS applications via the app store, supporting TestFlight, metadata, and screenshots.

-

Microsoft already released a Google Play store extension for Visual Studio Team Services, and they have now widened the functionality to Apple devices. The extension allows users to deploy iOS applications to the store via Team Services and Team Foundation Server

To gain access, developers must be running Team Foundation Server 2015 Update 3 or later. Code for the extension is open source and uses the popular Fastlane tool.

Extension Features

The App Store feature includes two build tasks and a service endpoint to manage store and iTunes credentials. According to senior Microsoft software engineer

  • “Upload a build for an existing app to TestFlight for beta testing.
  • Upload a build for an existing app along with metadata and screenshots to iTunes Connect.
  • Submit your app for review to the Apple App Store.”

She has also created a short video explaining how to set up continuous deployment. The whole process takes only a few minutes and provides detailed logs of the upload process.

Before you begin, you need to manually release at least one version of the app beforehand. You also need to install fastlane tools, which requires Ruby 2.0 or greater. Microsoft recommends installing the latest Xcode command line tools on a MacOS system.

The aforementioned video is provided for you below:

For those without the time or data plan to watch the video, we have also included Microsoft’s quick start guide:

“Once you have created or retrieved credentials for your App Store account, then perform the following steps to automate releasing updates from a VSTS build or release definition:

  1. Install the App Store extension from the VSTS Marketplace
  2. Go to your Visual Studio Team Services or TFS project, click on the Build tab, and create a new build definition (the “+” icon) that is hooked up to your project’s appropriate source repo
  3. Click Add build step… and select the necessary tasks to generate your release assets (e.g. Gulp, Cordova Build)
  4. Click Add build step… and select App Store Release from the Deploy category
  5. Configure the App Store Release task with the desired authentication method, the generated IPA file path, and the desired release track.
  6. Click the Queue Build button or push a change to your configured repo in order to run the newly defined build pipeline
  7. Your app changes will now be automatically published to the App Store!”

You can view the full blog post on this build here, and can also check out the source code on GitHub.

SourceMicrosoft
Ryan Maskell
Ryan Maskellhttps://ryanmaskell.co.uk
Ryan has had a passion for gaming and technology since early childhood. Fusing the skills from his Creative Writing and Publishing degree with profound technical knowledge, he enjoys covering news about Microsoft. As an avid writer, he is also working on his debut novel.

Recent News