あなたの会社はOS用のアプリを開発しています。アプリのすべてのユーザーには、Microsoft Visual Studio App Centerのプライベート配布グループのメンバーであるデバイスがあります。 あなたはアプリの新しいリリースを配布する予定です。 App Centerから新しいリリースを配布するために必要な証明書ファイルを識別する必要があります。 App Centerにアップロードするファイルの種類は?
正解:D
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/