简体   繁体   中英

Add new device to provisioning profile automatically managed by Xcode

I've gt a question regarding Xcode automatically manage signing. Lets say my client wanted to add new device UDID so that device can be used for testing the app. I then added the device UDID in developer.apple.com. Now how do I confirm that the new device is already added to the provisioning profile that is automatically managed by Xcode?

I'm not in possession of the physical device, only the UDID. I'm using Xcode 8.3

Once you added the UDID to Devices , you can go to your project's Provisioning Profile , then you can see the devices amount, if it is not correct, you can click Edit to select the device.

您配置文件的设备数量

选择设备

If you're distributing your project via adhoc, then as you already know, UDIDs of the devices that will need to install your project will need to be registered to the distribution provisioning profile on developer.apple.com.

Now how do I confirm that the new device is already added to the provisioning profile that is automatically managed by Xcode?

Go to your Xcode and to your Project's General settings. Check the Signing section and click on the Provisioning Profile i button. You will see the devices included in that provisioning profile .

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM