26

I have 3 iOS devices for which I want to deploy the application. How can I add the UDIDs of my devices to the mobile provisioning profile so that I can deploy ad-hoc IPAs to the devices?

I am unable to add UDIDs to the provisioning profile.

Thanks, Ankit.

Ankit Tanna
  • 1,779
  • 8
  • 32
  • 59
  • 7
    Last time somebody did that for me, he went ahead to the Apple Developer Center (developer.apple.com), logged in and did stuff there. –  Apr 04 '13 at 06:50
  • You can find the procedure in Apple Developer website – amrit_neo Apr 04 '13 at 07:08

1 Answers1

30

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":

Provisioning Portal

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

EnterUDID

Once successful you can then create a App ID and add the devices to that.

Oliver Atkinson
  • 7,970
  • 32
  • 43