Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Renew Provisioning Profile

Just got a notice that the provisioning profile for one of my apps is about to expire. Is there some way I can renew the existing one or must I recreate a new one?

like image 475
Meltemi Avatar asked Aug 27 '09 17:08

Meltemi


People also ask

How do I renew my Apple Developer Enterprise Program?

To renew, sign in to your account with the Apple ID you used to enroll, and click the Renew Membership button. If your membership is still active when you renew, your new membership will activate as soon as your current membership expires and you'll receive two (2) new Technical Support Incidents (TSIs).

What is an Apple provisioning profile?

A provisioning profile links your signing certificate and App ID so that you can sign apps to install and launch on iOS devices. You must have a development provisioning profile to sign apps for use with iOS Gateway version 3.4 and later.


2 Answers

For renew team provisioning profile managed by Xcode :

In the organizer of Xcode :

  • Right click on your device (in the left list)
  • Click on "Add device to provisioning portal"
  • Wait until it's done !
like image 172
Johnmph Avatar answered Nov 05 '22 09:11

Johnmph


I went to the Program Portal on Apple's dev site, clicked on Provisioning, clicked on the "Renew" button next to my Profile, the status changed from 'expired' to 'pending', waited a few moments, clicked refresh, the new status was active until 3 months from now, I clicked on "Download", found the downloaded file in my downloads folder, and dragged it onto my XCode Icon. (I had Xcode running already, and had the iphone plugged in). The new profile showed up, and I deleted the old one (being careful because they had the same name, but when you mouse over them the expiration date appears).

I think because I had the phone plugged in already it automagically updated to the phone, because I didn't have to re-sync or anything.

Now my App works again!

like image 34
daver Avatar answered Nov 05 '22 09:11

daver