Adding devices to team provisioning profile

后端 未结 19 1535
旧时难觅i
旧时难觅i 2020-12-02 05:38

I need to add a device to my team provisioning profile, however I do not physically have the device so I can\'t hook it up to my computer so Xcode can\'t add the UDID to my

19条回答
  •  死守一世寂寞
    2020-12-02 06:24

    Per May 16th 2013, using XCode 4.6.2, I had to do the following to add a device (which I do not have physical access to) to the team provisioning profile:

    1. Login to the provisioning portal through developer.apple.com
    2. Add the UDID in Devices
    3. Select the Team Provisioning profile in Provisioning Profiles
    4. Click the Edit button
    5. And under devices for that provisioning profile, click Select All, or just the devices you want included.
    6. Click Generate
    7. Then go back to XCode and click refresh icon (bottom right) under Organizer -> Devices -> Provisioning Profiles

    Sometimes it takes a while before the certificate is updated and fetched from XCode.

    Hope this helps new readers.

提交回复
热议问题