AZ-400 · Question #70
Your company develops an app for OS. All users of the app have devices that are members of a private distribution group in Microsoft Visual Studio App Center. You plan to distribute a new release of t
The correct answer is D. .p12. 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 provis
Question
Options
- A.cer
- B.pvk
- C.pfx
- D.p12
How the community answered
(37 responses)- B5% (2)
- C3% (1)
- D92% (34)
Explanation
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. https://docs.microsoft.com/en-us/appcenter/build/xamarin/ios/
Community Discussion
No community discussion yet for this question.