Karthik Raja
Karthik Raja

Reputation: 21

Add device UDID to Free iOS Development Provisioning Profile

I have created a Free iOS Development Provisioning Profile to test my app. Now I want to share the app to my friend and I have the UDID of the device. As I don't have the device to run the app to run it on xcode. How can I add the device udid to that Provisioning Profile to share the app.

Upvotes: 2

Views: 2524

Answers (2)

Wellington Bezerra
Wellington Bezerra

Reputation: 9

Go to the Developer Portal (developer.apple.com) > Account > Certificates, Identifiers, and Profiles > Iphone(Device)

enter image description here

Upvotes: 0

MSU_Bulldog
MSU_Bulldog

Reputation: 3519

Go to the Developer Portal (developer.apple.com) > Account > Certificates, Identifiers, and Profiles.

In the left menu, select Devices and click the + button to add a new device. Give it a name and enter the UDID here.

Now go to your provisioning profile. Click on it and select Edit. Where it says Devices, select your new device that you just added. Generate that provisioning profile and download it to Xcode.

Your new device is now added to your provisioning profile and you can run the app on that device.

Upvotes: 1

Related Questions