Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

add UDID in current provisioning profile

Tags:

ios

udid

I have a distribution provisioning profile with 1 device already. 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. 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?

like image 932
STANLEY Avatar asked Nov 28 '13 04:11

STANLEY


People also ask

How do I add a device to my provisioning profile on my iPhone?

After logging in to the iOS Provisioning Portal, click Devices in the sidebar. Click Add Devices. Enter a device name and the device ID. Click Submit.


2 Answers

As of May 2018, just did this today: Go to 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

Screen Shot

like image 100
ray89 Avatar answered Oct 01 '22 14:10

ray89


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

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

enter image description here

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

  • 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.

Enjoy :)

like image 36
Vinay Jain Avatar answered Oct 01 '22 14:10

Vinay Jain