How to add a new device to a team provisioning profile

前端 未结 5 929
情深已故
情深已故 2020-12-25 13:12

I have a new device for our app to be tested on, so I added it to the provisioning portal.

There are currently two development provisioning profiles - however the pr

5条回答
  •  自闭症患者
    2020-12-25 14:02

    For new XCode 5 & Xcode 6

    Adding Device UDID to Provisioning Profile on developer.apple.com

    Login to iOS dev center and go to Device section under 'Certificates, Identifiers & Profiles'

    Add new Device using UDID

    enter image description here


    Update Provisioning profile with newly added Device

    Once you have added the device and need to update your developer provision profile

    enter image description here

    Select newly added device in provisioning profile and click Generate

    enter image description here


    Update XCode with Updated Provisioning Profile

    Finally goto XCode --> Preferences --> Accounts --> ViewDetails -->Refresh -->Done

    enter image description here

    That's All Go for Clean and Build now. Cheers!!

提交回复
热议问题