Rameez Hussain
Rameez Hussain

Reputation: 6754

iOS app release - same Bundle ID but different Developer accounts

I have created an app for which a different version was created earlier. The older app had a different Bundle ID from mine, but it has the name I want to use. So if I want to release the app with the same name:

1) Do I have to use the same Bundle ID?

2) Does it matter if the app is being submitted using a different developer account?

3) What about the App ID?

Upvotes: 2

Views: 2126

Answers (2)

Καrτhικ
Καrτhικ

Reputation: 3915

What is your goal? If you want the same name, then your only option is to use a different bundle ID and see if your app name is available in a different locale within iTunes connect.

Your bundle ID has to be different. But the bundle ID has no intrinsic connection to the app name. However, again, within iTunes connect, your app name within locales has to be different.

Upvotes: 1

Ismael
Ismael

Reputation: 3937

I believe that your app will be rejected if you try to use the same name and/or same Bundle ID. The point of that is that it uniquely identifies your application

If you want to replace the older app, you will need to use the older developer account and submit an update

Upvotes: 0

Related Questions