Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Developer Bundle ID & App Name Already in Use

The company I work for created an app, we uploaded it to the app and it was rejected for some Metadata. No big deal really, except that management then decided to build a new version of the app and had us delete the one submitted.

So when I go to add a new app, the same app, just a new version I get the error

  • The Bundle ID you entered has already been used.
  • The App Name you entered has already been used.

Can we undelete the other app and somehow replace it, or do we just have to wait (how long?) to upload the new one using the same Bundle ID and App Name?

like image 813
user1221705 Avatar asked Mar 16 '12 18:03

user1221705


People also ask

What is a bundle ID iOS?

A bundle ID or bundle identifier uniquely identifies an application in Apple's ecosystem. This means that no two applications can have the same bundle identifier. To avoid conflicts, Apple encourages developers to use reverse domain name notation for choosing an application's bundle identifier.

Where is iOS bundle ID in VS code?

In the root folder of your project you probably have a file called Info. plist if you open this file in any text/code editor you can search by CFBundleIdentifier. The next line will show your Bundle ID.


2 Answers

I created my iOS App ID and immediately after tried to register my app, but received the error message "The Bundle ID you entered has already been used." I tried again a few hours later -- by then, Apple had logged me out so I had to log back in.

When I tried again, it worked with no errors. Not sure if it was the time delay or the log out / back in.

like image 63
ericsoco Avatar answered Oct 14 '22 22:10

ericsoco


The answer is to create a new bundleID, update your app, and submit a new app with a slightly chanced name to Apple. No other options as far as I have seen.

like image 29
user1221705 Avatar answered Oct 14 '22 21:10

user1221705