Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I know how to add from the web portal, but this particular provisioning profile is marked as "Managed by Xcode", therefore, I need to either stop managing from xcode or add a UDID into the profile from Xcode.

I cannot find any way to "stop managing" in Xcode.

In Xcode, I know how to add the device by tethering to my laptop and refreshing, but I don't see any option to add a UDID.

like image 450
mobibob Avatar asked Feb 01 '12 14:02

mobibob


People also ask

Can I distribute my app for any device without UDID in iOS?

Enterprise in-house app DeploymentYou don't have to add the UDID of every device as you do with ad-hoc. If you've developed an app and want to share the iOS version with your team. This method will save you the time and effort of having to register each device's UDID.


2 Answers

Here is what worked (multiple times now) ...

  • (Web) Login to Apple Developer > Member Center > iOS Provisioning > Add Devices
  • Add UDID with a meaningful name
  • Create a Provisioning Profile that includes all of your registered devices
  • (Xcode) Go back to the Organizer
  • Select the Provisioning Profiles section and select the specific profile
  • Check the box "Automatic Device Provisioning"
  • Press the Refresh button

Voila!

like image 195
mobibob Avatar answered Sep 27 '22 19:09

mobibob


Go to: https://developer.apple.com/account/ios/profile/edit

  • Click All

enter image description here

  • Pick profile

enter image description here

  • Click edit
  • Select missing device

enter image description here

  • Click generate
  • Go to Xcode -> Preferences -> Accounts
  • Select your account and click View Details

enter image description here

  • Click Download All
like image 45
Dawid Avatar answered Sep 27 '22 19:09

Dawid