Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the App ID associated with my (Xcode managed) Team Provisioning Profile

Tags:

I constantly struggle to get my codesigning to work. I'm trying to get a good generic provisioning profile that will work for all my apps during development. They're always failing codesign, but they also always install on my phone. Go figure.

I've created an App ID called ##########.mydomainname.* and associated it with my development certificate, but when the Team Provisioning Profile: * is generated, it uses an App ID that I made when I first signed up over a year ago. I don't know if this is a problem, but I want to try associating the Team Provisioning Profile: * with my ##########.mydomainname.* App ID. I'm so sick of constantly fiddling with provisioning - eventually I get it to work, but it's never the same recipe.

Can I somehow edit the App ID used in a profile?

UPDATE: Marking question as answered, but it looks like the answer is that you can't do what I'm asking.

like image 308
Steve Avatar asked Jan 25 '11 16:01

Steve


People also ask

Where is app ID in Xcode?

Android. We use the Application ID (package name) to identify your app inside our system. You can find this in the app's Play Store URL after 'id'. For example, in https://play.google.com/store/apps/details?id=com.company.appname the identifier would be com.

How do I change team provisioning Profile iOS?

Login to the provisioning portal through developer.apple.com. Add the UDID in Devices. Select the Team Provisioning profile in Provisioning Profiles. Click the Edit button.


2 Answers

You can't edit exisiting AppID's, but you can associate existing provisioning profile with new AppID or create new one.

like image 93
Dmitry Shashlov Avatar answered Sep 29 '22 05:09

Dmitry Shashlov


According to Apple In Apr 2013, it is possible to delete App IDs. But In Sep 2013, Now again they changed so from now impossible to delete App IDs .

update 19th sept: But now again you can delete

like image 37
Nagendra Tripathi Avatar answered Sep 29 '22 05:09

Nagendra Tripathi