Reputation: 21
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
Reputation: 9
Go to the Developer Portal (developer.apple.com) > Account > Certificates, Identifiers, and Profiles > Iphone(Device)
Upvotes: 0
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