简体   繁体   中英

iOS App Release: Bundle identifier error?

i have the following Problem with an iOS App Release. My App is ready to publishing. So i did the following:

  • Set an unique Bundle Identifier in xCode
  • Set "Automatically manage signing" in xCode
  • Then i visit "developer.apple.com > Account > App-ID"
  • On this Site, i will create an App-ID with the same Bundle Identifier

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM