I created my Xcode Project a while ago with a bundle identifier of com.CompanyName.ProjectName
. But at the time I didn't have a domain. Now that I do, it is CompanyName.ca
, because CompanyName.com
was already taken. But, I have created an app record, and already submitted the build of the app version with the incorrect bundle identifier to iTunes connect. Obviously my Bundle Identifier is "incorrect".
My question is whether having this "incorrect" bundle identifier will create problems due to CompanyName.com
being taken, and whether it is ok to submit more applications with a bundle identifier of ca.CompanyName.ProjectName
instead of com.CompanyName.ProjectName
.