How to completely remove bundle id in iOS development?

后端 未结 2 764
死守一世寂寞
死守一世寂寞 2021-02-20 05:38

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 remove

2条回答
  •  孤独总比滥情好
    2021-02-20 06:28

    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.

提交回复
热议问题