简体   繁体   English

在当前配置文件中添加UDID

[英]add UDID in current provisioning profile

I have a distribution provisioning profile with 1 device already. 我有一个配置配置文件已经有1个设备。 Now there are a couple more devices want to be added to this project. 现在有几个设备想要添加到这个项目中。

How do I do to add them in without creating a new distribution provision profile? 如何在不创建新的分发配置文件的情况下添加它们?

I click edit provision profile, there is no device list. 我点击编辑配置文件,没有设备列表。 just "Generate" button. 只需“生成”按钮。 but for development profile, I do see devices list on it. 但对于开发配置文件,我确实看到了设备列表。 My question is for production profile. 我的问题是生产资料。 After I submit the app to Apple store, the "In Review" status takes a long time. 在我将应用程序提交到Apple商店后,“In Review”状态需要很长时间。 During this period I have made some changes to my project and want testing it on couple iPhones. 在此期间,我对我的项目进行了一些更改,并希望在几个iPhone上进行测试。 I knew I can change the code signing to development profile. 我知道我可以将代码签名更改为开发配置文件。 Is there a better way? 有没有更好的办法?

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 Portal and click "Add Devices": 如果您已经知道您的UDID,请转到iOS配置门户的“设备”部分,然后单击“添加设备”:

在此输入图像描述

Enter in your Device Name and UDID (it's best to copy and paste) and hit Submit: 输入您的设备名称和UDID(最好复制并粘贴),然后点击提交: 在此输入图像描述

  • Once you successfully add your device's UDID, edit the provisioning profile to which you want to add the device. 成功添加设备的UDID后,请编辑要添加设备的配置文件。
  • Select the device from the list 从列表中选择设备
  • Click on generate. 点击生成。
  • Download the new profile. 下载新的个人资料。

Enjoy :) 请享用 :)

in iOS Provision Portal iOS Provision Portal中

(1) add the UDID to the Devices (1)将UDID添加到设备

(2) select the profile in Distribution and edit it. (2)在Distribution中选择配置文件并进行编辑。 In edit page, check the device you added in (1). 在编辑页面中,检查您在(1)中添加的设备。

A lot of updates in UI of iOS Provision Portal so I just re-introduce base on new interface. iOS Provision Portal UI中有很多更新,所以我只是重新介绍新界面。 I also newbie in iOS development so it takes me a lot of time to find out. 我也是iOS开发的新手,所以我需要花很多时间才能找到答案。

  1. Open iPhone in Device section in sidebar. 在侧栏中的“ Device部分中打开iPhone

    https://developer.apple.com/account/ios/device/iphone https://developer.apple.com/account/ios/device/iphone

  2. Click + icon in top right to add new UDID to your account. 点击右上角的+图标,为您的帐户添加新的UDID。

在此输入图像描述

  1. Enter Name & UDID (If you don't know your device UDID, visit this site to know how to get it) 输入名称和UDID(如果您不知道您的设备UDID,请访问此站点以了解如何获取它)

在此输入图像描述

  1. Click Development of Provisioning Profiles section in sidebar. 单击侧栏中的“ Provisioning Profiles Development Provisioning Profiles部分。 https://developer.apple.com/account/ios/profile/limited https://developer.apple.com/account/ios/profile/limited

  2. Select your iOS Provisioning Profiles and Edit it. 选择您的iOS Provisioning ProfilesEdit它。

  3. Select added device name in Devices section to add to Provisioning Profiles 在“ Devices部分中选择添加的设备名称以添加到“ Provisioning Profiles 在此输入图像描述
  4. Genarate & Download again. Genarate并再次Download

As of May 2018, just did this today: Go to https://developer.apple.com/account/ios/device/ 截至2018年5月,今天就这样做了:访问https://developer.apple.com/account/ios/device/

  1. Add the devices in the "Devices" Menu 在“设备”菜单中添加设备
  2. In the "Provisioning Profiles" Menu, click on "Development" -> select the profile -> "Edit" -> Scroll down, activate the devices you added 在“配置文件”菜单中,单击“开发” - >选择配置文件 - >“编辑” - >向下滚动,激活您添加的设备

Screenshot of developer portal 开发者门户的截图

屏幕截图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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