ios 如何将 UDID 添加到配置文件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/15804332/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-30 23:01:28  来源:igfitidea点击:

How to add UDID to the provisioning profile?

ioscertificateudid

提问by Ankit Tanna

I have 3 iOS devices for which I want to deploy the application. How can I add the UDIDs of my devices to the mobile provisioning profile so that I can deploy ad-hoc IPAs to the devices?

我有 3 台 iOS 设备,我想为其部署应用程序。如何将我的设备的 UDID 添加到移动配置文件中,以便我可以将临时 IPA 部署到设备?

I am unable to add UDIDs to the provisioning profile.

我无法将 UDID 添加到配置文件中。

Thanks, Ankit.

谢谢,安吉特。

回答by Oliver Atkinson

If you need to find out your UDID then visit here: http://whatsmyudid.com/

如果您需要找出您的 UDID,请访问此处:http: //whatsmyudid.com/

If you already know your UDID then go to the Devices section of your iOS Provisioning Portaland click "Add Devices":

如果您已经知道您的 UDID,请转到iOS 配置门户的“设备”部分,然后单击“添加设备”:

Provisioning Portal

供应门户

Enter in your Device Name and UDID (it's best to copy and paste) and hit Submit:

输入您的设备名称和 UDID(最好复制和粘贴)并点击提交:

EnterUDID

输入UDID

Once successful you can then create a App ID and add the devices to that.

一旦成功,您就可以创建一个 App ID 并将设备添加到其中。