AZ-400 · Question #225
You have a private distribution group that contains provisioned and unprovisioned devices. You need to distribute a new iOS application to the distribution group by using Microsoft Visual Studio App C
The correct answer is C. Register the devices on the Apple Developer portal.. When releasing an iOS app signed with an ad-hoc or development provisioning profile, you must obtain tester's device IDs (UDIDs), and add them to the provisioning profile before compiling a release. When you enable the distribution group's Automatically manage devices setting, Ap
Question
Options
- AGenerate a new .p12 file for each device.
- BCreate an unsigned build.
- CRegister the devices on the Apple Developer portal.
- DCreate an active subscription in App Center Test.
How the community answered
(30 responses)- A13% (4)
- B3% (1)
- C73% (22)
- D10% (3)
Explanation
When releasing an iOS app signed with an ad-hoc or development provisioning profile, you must obtain tester's device IDs (UDIDs), and add them to the provisioning profile before compiling a release. When you enable the distribution group's Automatically manage devices setting, App Center automates the before mentioned operations and removes the constraint for you to perform any manual tasks. As part of automating the workflow, you must provide the user name and password for your Apple ID and your production certificate in a .p12 format. App Center starts the automated tasks when you distribute a new release or one of your testers registers a new device. First, all devices from the target distribution group will be registered, using your Apple ID, in your developer portal and all provisioning profiles used in the app will be generated with both new and existing device ID. Afterward, the newly generated provisioning profiles are downloaded to App Center servers. https://docs.microsoft.com/en-us/appcenter/distribution/groups
Community Discussion
No community discussion yet for this question.