Add Udid in Current Provisioning Profile

ios: How do I add a new UDID to provisioning profile without a tethered device?

Connect the phone to your mac and open XCode. Then click under Window->Organizer under Devices you must see your connected phone. There is an Button named "use for Development". Click this and after a few seconds the UDID must be in your team profile and you can install the app.

IMO you cant add devices to your team-provisioning-profile without connected to your mac, if this profile is managed by xcode. Alternative make an ad-hoc-provisioning-profile.

Hope that helps?

How to Add UDID to Xcode Managed Provisioning Profile

After adding the UDID into provisioning profile, you should do the following.

  1. Go to Xcode->Settings->Accounts.
  2. Select your team-> View Details...-> Download All.
  3. After download finishes, select updated provisioning profile in the Build Settings ( old should become invalid ).
  4. Press Cmd+Shift+K, Cmd+Alt+Shift+K to clean the project and build folder.
  5. Archive your project and distribute again.

How to add new Device UDID to an existing provisioning profile in the new pattern

First add the device udid in devices list by clicking on '+' button in the devices list. Then, after adding device udid, go to the provisioning profile list. There, select the provisioning profile to which you want to add the device. Afterwards, you get an edit option that you want to use for adding the new UDID, which you previously added to the devices list. You find this option at the bottom.

Click on edit button

After clicking edit button we have an option to select device udids

I hope this will help you

Note: initially while creating provisioning profile we have to add atleast one device id else we dont have add device option in edit mode.( If device count is '0' (from screen shot) then we dont option to add devices)

If a UDID is added to an existing provisioning profile, does the IPA require regeneration?

yes you do need to recreate the ipa after editing the provisional profile



Related Topics



Leave a reply



Submit