Bundle ID Is Not Available?

5.1k views Asked by At

So I have been getting this Bundle ID error saying it is not available and don't really know how to fix it. Here is the error:

There were errors in the data supplied. Please correct and re-submit. An App ID with Identifier 'com.team.AppName' is not available. Please enter a different string.

So right now in my app I am 100% sure that my bundle Id matches the one I have entered in the developer system. I am not to sure why this error keeps on appearing and would appreciate any help someone has to offer.

PS: I am not to sure if this is a problem but my developer team on Xcode (like the one I am using in my app) is different than my developer program apple id.

Any help would be appreciated.

2

There are 2 answers

3
Midhun MP On

The error comes because you don't have an app record in your iTunes connect account which matches the current bundle identifier. You should create an app record in your iTunes Connect account before uploading the app.

Before you can upload an app for distribution on the App Store or Mac App Store, you create a record in iTunes Connect. This record includes all the information that appears on the store for the app, and all the information needed to manage the app through the distribution process.

You can read more about it here : Creating an iTunes Connect Record for an App

1
crizzis On

PS: I am not to sure if this is a problem but my developer team on Xcode (like the one I am using in my app) is different than my developer program apple id

Of course it is a problem. In Apple's eyes, you're about to steal someone else's identifier.

What you could do is transfer the Id between accounts. Take a look at this link: https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/TransferringAndDeletingApps.html. It might take a while, though, and can only be performed by the Team Lead.