11

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?

user1221705
  • 221
  • 1
  • 2
  • 8
  • 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. – user1221705 Mar 20 '12 at 20:11

4 Answers4

9

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.

user1221705
  • 221
  • 1
  • 2
  • 8
2

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.

ericsoco
  • 24,913
  • 29
  • 97
  • 127
0

There's a bug or 'trick' on iTunes Connect that let's you use the same name after you have deleted it.

Full details here: https://hesh.am/2012/01/25/recovering-a-deleted-app-name-in-itunes-connect/

Hesham
  • 5,294
  • 3
  • 34
  • 48
  • 1
    Use http://web.archive.org/web/20120611041128/http://hesh.am/2012/01/recovering-a-deleted-app-name-in-itunes-connect/. Good example of why external links are not great on SO. – Zach Sep 15 '20 at 20:27
0

bundleID is unique ID by which application can identified. If bundleID is already exist then you delete that bundleID first.

Prabhat Pankaj
  • 192
  • 1
  • 6
  • 2
    But the bundle ID doesn't exists, for sure - I receive it *every time* for every new app I'm trying to add – Ricky Levi Nov 11 '17 at 15:10