Simplified App Signing with Secure Files in Visual Studio Team Services

App Center Team

One thing I never want to worry about when building my apps is needing to remember where I stored my provisioning profiles, certificates, and keystores. Thanks to Visual Studio Team Services (VSTS), I no longer have to when I set up a full production pipeline with the new Secure File storage feature. In previous posts, I showed how easy it is to set up Continuous Integration for iOS and Android applications in VSTS and Team Foundation Server (TFS). In the past we had to store certificates in blob storage or check it into source control. Now, we can simply upload our certificates and install them temporarily on the build machine to sign our applications

Feedback usabilla icon