Reputation: 187
i have the following Problem with an iOS App Release. My App is ready to publishing. So i did the following:
But i get an Error, that the Bundle-ID is already in use. I tried this with different IDs.
I hope someone can help me.
Thanks for your help
Sebastian
Upvotes: 1
Views: 1695
Reputation: 115104
Make sure that the AppleID you are using to login to https://developer.apple.com is the same account you have configured in Xcode. If they are different, then Xcode will automatically register the Bundle ID using the account that it has, preventing you from using that same Bundle ID in your other account.
Upvotes: 1