My app com.boatrouting (official app id in app store) cannot be updated anymore, since I got the message "Failed Registering Bundle Identifier The app identifier "com.boatrouting" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again." when trying to sign it automatically via Xcode.
com.boatrouting is the official bundle id for my app in app store and already distributed for years now. Updates worked fine for years but now I got this message.
I cannot add an app id under Certificates, Identifiers & Profiles with the same name because another service has com.boatrouting as its identifier and I cannot delete the service's identifier since the app com.boatrouting is present on the app store (dead locked).
I contacted the Apple developer support but they cannot do anything about it since they see the problem on my site.
Is there any chance I can get an app update to the App Store? Thank you in advance.
Are you a member of multiple teams?
The most common cause of problems like this is that folks are a member of multiple teams and they selected the wrong team when attempting to do the update. Xcode then tries to register their App ID with the other team, which fails because the App ID is already registered with the original team.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"