Azure DevOps: Manual Testing on Multiple iOS Devices | Exam AZ-400 | Microsoft

Manual Testing on Multiple iOS Devices

Question

You are developing an iOS application by using Azure DevOps.

You need to test the application manually on 10 devices without releasing the application to the public.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F.

BF

B: Follow these steps to register the devices:

Select the Register devices button.

A dialog prompts for your username and password used in the Apple Developer portal.

Once you sign in with your Apple username and password, App Center adds the unprovisioned devices to both your Apple developer account and the releases provisioning profile.

Optionally you can upload a .p12 file to re-sign the app and distribute it to the newly added devices. Read more on how to generate a .p12 file.

F: Registering a device means making it part of the list of devices on the Apple Developer portal that can then be included in a provisioning profile.

Incorrect Answers:

C: Only register the application in the iTunes store when it is ready for public release.

https://docs.microsoft.com/en-us/appcenter/distribution/auto-provisioning

To test an iOS application manually on 10 devices without releasing the application to the public, you need to perform the following two actions:

B. Deploy a certificate from an internal certification authority (CA) to each device: To test an iOS application on multiple devices, you need to create a provisioning profile and a code signing certificate. A provisioning profile allows you to install your application on a specific device or group of devices, and a code signing certificate allows you to sign your application to ensure its authenticity. To deploy the certificate, you can use an internal certification authority (CA) to generate the certificate and then distribute it to each device. This can be done through the Apple Developer portal or by using a mobile device management (MDM) solution like Microsoft Intune.

D. Onboard the devices into Microsoft Intune: Microsoft Intune is a cloud-based MDM solution that allows you to manage and secure mobile devices and applications. To onboard the devices into Microsoft Intune, you need to enroll them in the service. Once enrolled, you can use Intune to manage the devices and deploy applications to them. You can also use Intune to enforce compliance policies to ensure that the devices meet your organization's security requirements.

Therefore, the correct answers are B and D.

A. Creating a Microsoft Intune device compliance policy and F. Registering the IDs of the devices in the Apple Developer portal are not necessary for testing the iOS application on multiple devices.

C. Registering the application in the iTunes store and E. Distributing a new release of the application are not necessary for testing the iOS application on multiple devices without releasing it to the public.