views:

1380

answers:

2

I need to add a device to my team provisioning profile, however I do not physically have the device so I can't hook it up to my computer so Xcode can't add the UDID to my devices and to the team provisioning profile. Is there a way to add it manually to the team provisioning profile, I can't figure out how to edit it. Also when I add the device in my provisioning portal it doesn't get added to my team provisioning profile automatically.

A: 

You can get the UDID from iTunes: http://www.innerfence.com/howto/find-iphone-unique-device-identifier-udid

Once you have that: 1. Login to your iphone provisioning portal through developer.apple.com 2. Add the UDID in devices 3. Add the device to the provisioning profile 4. Download the profile again and enjoy.

David Liu
The portal won't let you add devices to the Team Provisioning portal as it is managed by Xcode, so that won't work for me.
marchinram
Create your own provisioning profile. The team provisioning profile isn't the only profile you're allowed to have.
David Liu
A: 

right click on the device, then select 'add device to provisioning profile'

Confused Vorlon