Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to upload an app to the app store and getting the following error (which is easy enough to understand):

The App Name you have entered has already been used

The app is not on the iTunes. Is there any way to figure out who owns the app or what bundle id it is associated with?

share|improve this question

3 Answers

up vote 0 down vote accepted

App names can be reserved for 180 days (6 months) as detailed here: iTunes Connect Developer Guide

After creating your app and it is in the state Prepare For Upload or Waiting For Upload, you have 180 days (6 months) from your creation date in iTunes Connect to deliver a binary to Apple. If you do not deliver a binary before the 180-day deadline, your app is deleted from iTunes Connect. As a result of this deletion, your app name can be used by another developer and you cannot reuse the app name, SKU or bundle ID. See “Deleting an App” to learn more about the ramifications of App Delete.

This may be why the app is not in the store. There's no official way to find out who owns that name, or what the bundle ID is. That is all private to the developer's development account.

share|improve this answer

It's means the app name is already registered by another developer. If that developer already releases the app then you can find the app by searching the app name in iTunes store.

share|improve this answer

you can use the same bundle id..you just have to put different name in the app store.

It is not possible to find out the bundle id associated with it..since it might be possible it has not released on the app store

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.