Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can a Bundle ID and SKU be reused in another iTunes Connect account?

I am in the process of deleting an app from iTunes Connect in order to upload it again in a new account for a new company.

From the iTunes Connect Developer Guide, I learn that the App Name can be reused as long as it is done from another account than the original one. But how about the Bundle ID and the SKU? Can they also be reused? Or am I supposed to create new unique ones?

In my case, the new company will use the same URL as the old one, so when I ask about the Bundle ID, I refer to the full Bundle ID including the "com.company" part.

like image 497
Magnus Avatar asked Nov 26 '22 11:11

Magnus


1 Answers

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.

Also, 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.

like image 186
Nithin Avatar answered Nov 28 '22 01:11

Nithin