Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add UDID to the provisioning profile? [duplicate]

Tags:

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.

like image 977
Ankit Tanna Avatar asked Apr 04 '13 06:04

Ankit Tanna


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.


Video Answer


1 Answers

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.

like image 131
Oliver Atkinson Avatar answered Sep 17 '22 20:09

Oliver Atkinson