iPhone — renew team provisioning profile

前端 未结 16 1182
暖寄归人
暖寄归人 2020-12-29 18:16

In the provisioning portal, the \"renew\" button for my team provisioning profile is grayed out. And said profile is expired.

How can I renew it?

EDIT: I

相关标签:
16条回答
  • 2020-12-29 18:57

    Posting this again here..

    OK, I had the same problem with the disabled 'Renew' button against my Team Provisioning Profile.

    This worked for me.

    1) Deleted the expired Team Provisioning Profile from the Xcode Organizer.

    2) Deleted the same thing from the developer provisioning portal.

    3) Again from Xcode organizer check marked the auto provision and clicked 'Refresh'. it asked for the credentials and in a few seconds added the renewed Team Provisioning Profile.

    4) It also added the new profile in the developer provisioning portal.

    0 讨论(0)
  • 2020-12-29 18:59

    As far as the Team Provisioning profile goes:

    Does your console say anything? Are you using Xcode 3.2.5? I'd file a radar at http://bugreport.apple.com. Do you see the Team Provisioning file in the iOS Provisioning Portal? Does it have a green light?

    You might try revoking it and letting Xcode create a new one.

    As far as getting your app to work

    You can always create an app-specific development profile. Choose your certificate and the app you are working on. Also make sure to select your device in the checkbox list.

    Then download the profile (once it is ready) and double click on it to import it into Xcode.

    If you look at the Xcode organizer, you should see your development profile in the list.

    • If it's red, that means your certificate has expired
    • If it's yellow, that means you don't have the private key present to sign using the selected certificate

    In the project's Get Info window, under code signing, choose iPhone Developer for both pickers. Take a look at see which one is automatically selected (sometimes you have to manually choose the right one).

    Then do a Clean & Build and you should be good to go.

    0 讨论(0)
  • 2020-12-29 19:00

    Try deleting the profile and click Refresh so Xcode re-adds it. Just a guess. I don't know why this would work, but it's worth a try.

    0 讨论(0)
  • 2020-12-29 19:00

    Are you pressing the renew button from within Organizer in the latest Xcode version, 3.2.5 beta 3?

    0 讨论(0)
提交回复
热议问题