ios 在当前配置文件中添加 UDID
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20257577/
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
add UDID in current provisioning profile
提问by STANLEY
I have a distribution provisioning profile with 1 device already. Now there are a couple more devices want to be added to this project.
我已经有一个带有 1 台设备的分发配置文件。现在还有几个设备要添加到这个项目中。
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. During this period I have made some changes to my project and want testing it on couple iPhones. I knew I can change the code signing to development profile. Is there a better way?
我点击编辑配置文件,没有设备列表。只是“生成”按钮。但是对于开发配置文件,我确实看到了设备列表。我的问题是关于生产资料。我将应用程序提交到 Apple Store 后,“审核中”状态需要很长时间。在此期间,我对我的项目进行了一些更改,并希望在几部 iPhone 上对其进行测试。我知道我可以将代码签名更改为开发配置文件。有没有更好的办法?
回答by Vinay Jain
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.
- Select the device from the list
- Click on generate.
- Download the new profile.
- 成功添加设备的 UDID 后,编辑要添加设备的配置文件。
- 从列表中选择设备
- 点击生成。
- 下载新配置文件。
Enjoy :)
享受 :)
回答by chancyWu
(1) add the UDID to the Devices
(1) 添加UDID到Devices
(2) select the profile in Distribution and edit it. In edit page, check the device you added in (1).
(2) 在 Distribution 中选择配置文件并进行编辑。在编辑页面,检查您在(1)中添加的设备。
回答by Long Nguyen
A lot of updates in UI of iOS Provision Portal
so I just re-introduce base on new interface. I also newbie in iOS development so it takes me a lot of time to find out.
UI的很多更新,iOS Provision Portal
所以我只是在新界面的基础上重新介绍。我也是 iOS 开发的新手,所以我花了很多时间来了解。
Open
iPhone
inDevice
section in sidebar.Click
+
icon in top right to add new UDID to your account.
打开
iPhone
在Device
部分侧边栏。单击右上角的
+
图标将新的 UDID 添加到您的帐户。
- Enter Name & UDID (If you don't know your device UDID, visit this siteto know how to get it)
- 输入名称和 UDID(如果您不知道您的设备 UDID,请访问此站点以了解如何获取)
Click
Development
ofProvisioning Profiles
section in sidebar. https://developer.apple.com/account/ios/profile/limitedSelect your
iOS Provisioning Profiles
andEdit
it.- Select added device name in
Devices
section to add toProvisioning Profiles
Genarate
&Download
again.
单击侧栏中
Development
的Provisioning Profiles
部分。 https://developer.apple.com/account/ios/profile/limited选择你的
iOS Provisioning Profiles
和Edit
它。- 在
Devices
要添加到的部分中选择添加的设备名称Provisioning Profiles
Genarate
&Download
一次。
回答by ray89
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/
- Add the devices in the "Devices" Menu
- In the "Provisioning Profiles" Menu, click on "Development" -> select the profile -> "Edit" -> Scroll down, activate the devices you added
- 在“设备”菜单中添加设备
- 在“Provisioning Profiles”菜单中,点击“Development”->选择配置文件->“Edit”->向下滚动,激活你添加的设备
Screenshot of developer portal
开发者门户屏幕截图