How to completely remove bundle id in iOS development?

安稳与你 提交于 2019-12-05 08:25:01

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.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!