Build and Deploy Xamarin.iOS to Test Flight with Azure DevOps

The goal here is to build a Xamarin.iOS app from a git repository, create a releasable .ipa file and push it to the App Store Connect for Test Flight. What you will need A paid apple developer account Working Xamarin.iOS project in a Source Control system that Azure DevOps can access If you need a sample application, you can grab one here Azure DevOps account and project (it is free, go get one) Register app ID and get certificate and provisioning profile At the end of this section you should have ....

January 31, 2019 · 3 min · LPains