add UDID in current provisioning profile

前端 未结 4 1953
迷失自我
迷失自我 2020-12-20 12:46

I have a distribution provisioning profile with 1 device already. Now there are a couple more devices want to be added to this project.

How do I do to add them in wi

相关标签:
4条回答
  • 2020-12-20 13:20

    If you need to find out your UDID then visit here: http://whatsmyudid.com/

    If you already know your UDID then go to the Devices section of your iOS Provisioning Portal and click "Add Devices":

    enter image description here

    Enter in your Device Name and UDID (it's best to copy and paste) and hit Submit: enter image description here

    • Once you successfully add your device's UDID, edit the provisioning profile to which you want to add the device.
    • Select the device from the list
    • Click on generate.
    • Download the new profile.

    Enjoy :)

    0 讨论(0)
  • 2020-12-20 13:20

    As of May 2018, just did this today: Go to https://developer.apple.com/account/ios/device/

    1. Add the devices in the "Devices" Menu
    2. In the "Provisioning Profiles" Menu, click on "Development" -> select the profile -> "Edit" -> Scroll down, activate the devices you added

    Screenshot of developer portal

    Screen Shot

    0 讨论(0)
  • 2020-12-20 13:26

    in iOS Provision Portal

    (1) add the UDID to the Devices

    (2) select the profile in Distribution and edit it. In edit page, check the device you added in (1).

    0 讨论(0)
  • 2020-12-20 13:27

    A lot of updates in UI of iOS Provision Portal so I just re-introduce base on new interface. I also newbie in iOS development so it takes me a lot of time to find out.

    1. Open iPhone in Device section in sidebar.

      https://developer.apple.com/account/ios/device/iphone

    2. Click + icon in top right to add new UDID to your account.

    1. Enter Name & UDID (If you don't know your device UDID, visit this site to know how to get it)

    1. Click Development of Provisioning Profiles section in sidebar. https://developer.apple.com/account/ios/profile/limited

    2. Select your iOS Provisioning Profiles and Edit it.

    3. Select added device name in Devices section to add to Provisioning Profiles
    4. Genarate & Download again.
    0 讨论(0)
提交回复
热议问题