How to completely remove bundle id in iOS development?

plrthink picture plrthink · Oct 12, 2015 · Viewed 14.9k times · Source

How can I reuse the bundle ID I have created for the app ID? I even delete the associated app ID but the bundle ID still unavailable.Does it to say bundle ID couldn't be removed completely once created?

Answer

Macrosoft-Dev picture Macrosoft-Dev · Oct 12, 2015

The bundle id can't be reused as exact. For example com.abc.xxx can be used only once. If you had created this app Id from one account, you can't create the same app Id from the other account. However, you will still be able to create a new one as com.abc.xxx1 like or so. There should be atleast 1 character difference in the app Id's

IF YOU WANT TO DELETE AN APP ID THEN BELOW ARE THE STEPS:

  1. Open developer.apple.com and enter using your credentials.
  2. Click on App IDs.
  3. Now click on the App ID you want to Delete.
  4. Click on Edit at the bottom of the App ID information.
  5. Now here at the bottom of the page you can find Delete button to delete an App ID.