You have developed an app for iOS. The devices of all the app users belong to a private distribution group in Microsoft Visual Studio App Center. You are tasked...
Microsoft AZ-400 Exam
Questions Number: 464 out of 535 Questions
86.73%
Question 464
You have developed an app for iOS. The devices of all the app users belong to a private distribution group in Microsoft Visual Studio App Center. You are tasked with distributing a new release of the app from App Center. You require a specific certificate file to achieve your goal. Which of the following is the file extension of the certificate file?
A successful IOS device build will produce an ipa file. In order to install the build on a device, it needs to be signed with a valid provisioning profile and certificate. To sign the builds produced from a branch, enable code signing in the configuration pane and upload a provisioning profile (.mobileprovision) and a valid certificate (.p12), along with the password for the certificate. References: https://docs.microsoft.com/en-us/appcenter/build/xamarin/ios/