Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deleted the Team Provisioning Profile:* in the Provisioning Portal, what to do?

I accidentally deleted the Team Provisioning Profile:* in the Provisioning Portal, what should I do now? :/

like image 955
Peter V Avatar asked Jun 05 '11 07:06

Peter V


People also ask

How do I add a provisioning profile to my keychain?

Upload keychain and provisioning profile files sectionClick on "Choose File" and select the keychain or provisioning profile file. 2. Click on "Upload". The keychain or provisioning profile file is automatically uploaded and stored on the jenkins.

Do I need a 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

I have a MacBook with Xcode 4.2 installed.

I also, in the course of "getting acquainted" with the iOS Provisioning Portal and Xcode, removed the iOS Team Provisioning Profile:*. I wasn't having any success getting it back, either by removing the device from Xcode Organizer and plugging it back in, or by removing and again creating the Provisioning Profile for my test app. Here's what I did.

With the device connected to the computer, Ctrl-Click the device in Xcode Organizer, and select the option Add Device to Provisioning Profile.

Once this was complete, the iOS Team Provisioning Profile:* appeared in Xcode Organizer, it appeared on my device (Settings > General > Profiles), and it appeared in the iOS Provisioning Profile area on the developer.apple.com site.

like image 177
Rick Avatar answered Sep 30 '22 15:09

Rick


Create it again by unlinking and relinking your device to the Xcode Organizer. Or better yet, create another profile manually in the provisioning portal.

Whichever you do, remember to check that the new profile appears on your device (Settings > General > Profiles) and that your apps are signed with it.

like image 42
BoltClock Avatar answered Sep 30 '22 14:09

BoltClock