Reputation: 181
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?
Upvotes: 13
Views: 32470
Reputation: 51
As of May 2018, just did this today: Go to https://developer.apple.com/account/ios/device/
Screenshot of developer portal
Upvotes: 3
Reputation: 10936
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.
Open iPhone
in Device
section in sidebar.
Click +
icon in top right to add new UDID to your account.
Click Development
of Provisioning Profiles
section in sidebar.
https://developer.apple.com/account/ios/profile/limited
Select your iOS Provisioning Profiles
and Edit
it.
Devices
section to add to Provisioning Profiles
Genarate
& Download
again.Upvotes: 2
Reputation: 2634
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 in your Device Name and UDID (it's best to copy and paste) and hit Submit:
Enjoy :)
Upvotes: 9
Reputation: 14383
(1) add the UDID to the Devices
(2) select the profile in Distribution and edit it. In edit page, check the device you added in (1).
Upvotes: 5