Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How do I remove an App ID from the developer program portal area? I mistakenly added a couple of app id's under the wrong login and would like to remove them, but I am not seeing a way to do so.

Any help would be appreciated!

share|improve this question
6  
My problem is that I made a mistake with my App bundle name and so I created another one... Now they have the same name and I don't know which one to choose when creating a profile! – jowie Jan 13 '12 at 16:40
3  
Apparently you can now delete App ids, a very welcome change! – AlexanderN Apr 8 at 3:52
UPDATE: Now its possible to delete app id. – Guru Apr 29 at 18:08

5 Answers

Update: You can now remove an App ID (as noted by @Guru in the comments).

In the past, this was not possible: I had the same problem, and the folks at Apple replied that they will leave all of the App ID you create associated to your login, to keep track of a sort of history related to your login.

It seems that they finally changed idea about.

share|improve this answer
21  
okay, they don't want them to be deleted. But why don't they let us RENAME them or DISABLE them, or stop us creating two with the same name? – SteveCav May 31 '12 at 0:56
7  
agreed!!! here I am about to submit to the app store and I have to take a 50/50 chance on which to use. Hah! – Brad Goss Aug 27 '12 at 21:43
@BradGoss : Actually, you do not have to take a 50/50 chance. As long as you assign the Bundle Identifier using reverse domain strings, theres no reason why there should ever be a ID that gets rejected. For example you can use com.mycompany.legalEntity.country.appName Since it is highly unlikely that the same company name produces the exact same app in the same country, you'll never be rejected. – SashaZd Mar 25 at 17:21
Now its possible to delete app ID :) – Guru Apr 29 at 18:08

App IDs cannot be removed because once allocated they need to stay alive so that another App ID doesn't accidentally collide with a previously existing App ID.

Apple should however support hiding unwanted App IDs (instead of completely deleting them) to reduce clutter.

share|improve this answer
47  
I think we should all email Apple at once letting them know how stupid and annoying it is that we cant hide these yet! – Louie Jul 8 '11 at 4:10
23  
i believe apple knows how frustrated we are long time ago. they just don't give a gosh darnit. – OMGPOP Dec 26 '11 at 14:53
4  
@OMGPOP +1 for the double euphemism – Julian Aug 18 '12 at 21:16

In the iOS Dev Center developer navigate to "Certificates, Identifiers & Profiles > iOS Apps > Identifiers > App IDs"

Find the app id you wish to delete, highlight it and select "Settings". At the bottom of the resulting screen there is a "Delete" button.


Previously the only way to do this was to use a Safari & Chrome extension written by Simon Whitaker

https://github.com/simonwhitaker/app-id-sanity/downloads

It gives you an "Active" checkbox next to all your App IDs and allows you to relabel them to alter how they appear in the App ID drop-down when creating new provisioning profiles.

share|improve this answer
Great Add-on - brings some sanity:-) – Jeff Kranenburg Dec 21 '11 at 1:35
Wow. Works great. Much love! – Marchy Jan 22 '12 at 23:57
2  
For Chrome, just install from the Chrome Web Store – Ryall Oct 19 '12 at 16:24

App ids cannot be removed. My suggestion to handle this BUG is to append a number to the descriptive name of each app id you create, so you will be able to identify them in the always growing list of old app ids.

share|improve this answer

As @AlexanderN pointed out, you can now delete App IDs.

  1. In your Member Center go to the Certificates, Identifiers & Profiles section.
  2. Go to Identifiers folder.
  3. Select the App ID you want to delete and click Settings
  4. Scroll down and click Delete.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.