Search code examples
iosdeploymentapp-store-connectbundle

itunes connect bundle id not available


I've created an app using Unity. Before uploading the archive, I'd tried to add a new app record in Itunes Connect, but it says that the bundle ID is already in use, even if there's not a single app with that bundle ID. The ID is the same of my project configuration. Why it says that it's in use? The App Id and provisioning profile was generated by XCode using "fix issue", since doing it manually was creating issues with the project generated by Unity. There is no alert within the XCode project configuration, so I guess it's okay there, but still I can't upload it to the store...


Solution

  • Just changed the bundle id on both the project and online and it worked, actually I thought it was pretty strange the it was already used since it wasn't a usual name. Just run in a little issue with bundle id not related to the provisioning profile, but XCode fixed it without any problem.