I have an iOS app I'm trying to submit and my app runs on my iPhone. I added the apple id account to Xcode and typed in my bundle id under the general section in Xcode then clicked "fix issue" which then resolved any code signing issues. That works.
Now on iTunes connect I tried to use the same bundle id i.e. com.blah.appName that was in Xcode and register it in iTunes connect. This wouldn't let me. On iTunes connect it said (for the bundle ID I was using to actually compile and run my app successfully on my iPhone in Xcode) "An App ID with Identifier 'com.blah.appName' is not available. Please enter a different string."
So I decided to register - in iTunes connect - a different bundle id. That registered successfully. So then in Xcode I tried to change the bundle ID in the general section in Xcode to the bundle ID I just registered in iTunes connect. I receive this error but in Xcode this time "An App ID with Identifier 'com.blahblah2.appName' is not available. Please enter a different string."
I'm not sure what to do here. It says that the bundle ids MUST be the same in Xcode and in iTunes connect when you submit your app and I'm having some issues with getting this resolved.
Please help, and thanks everyone.
team
matches the developer account you're trying to submit with. Chances are you registered/used a bundle ID with yourpersonal
, local account that allows you to run apps on your phone which then becomes unavailable for use by any otherteam
. – mani