Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problem renewing expired provisioning profiles

My Ad-Hoc and Distribution provisioning profiles have expired.

When I click on Renew on the AdHoc/Distribution tab from the Provisioning Portal I get kicked back to the Development Tab.

When I click on the expired provisioning profile from XCode and click on Refresh and log in with my credentials, nothing happens.

How can I renew my provisioning profiles?

Note: My Distribution Certificate is also expired. iTunes Provisioning Portal gives me the option to revoke it. Do I revoke and recreate a new certificate?

like image 764
Sheehan Alam Avatar asked Jun 29 '11 16:06

Sheehan Alam


People also ask

What happens if Enterprise provisioning profile expired?

If a provisioning profile expires, the provisioning profile's status displays Expired in your developer account. You renew an expired provisioning profile by editing and re-generating it, as described in Editing Provisioning Profiles in Your Developer Account.


2 Answers

  1. Remove Expired Certificates
  2. Recreate Development and Distribution Certificates
  3. Delete Development and Distribution Provisioning Profiles
  4. Recreate Development and Distribution Provisioning Profiles with new Certificate
  5. Delete all old certificates in keychain
  6. Install new provisioning profiles in XCode Organizer
  7. DONE
like image 110
Sheehan Alam Avatar answered Oct 14 '22 08:10

Sheehan Alam


I've experienced a similar issue. When trying to renew the expired provisioning profiles in Xcode's Organizer it gave the message "No value was provided for the parameter 'certificatelds'" after hitting the Renew-button.

But instead of recreating the expired provisioning profiles I was able to update them from the iOS Provisioning Portal website as a workaround. From the Distribution tab in the Provisioning section press the Modify button. Type a character the field Profile name and delete it again, so the names stays the same but the Submit button will be enabled. Press Submit.

In Xcode Organizer delete the expired provisioning profile(s) and press Refresh to load the renewed provisioning profile(s).

like image 5
Marco Avatar answered Oct 14 '22 07:10

Marco