If the organization name is changed but not the team name and bundle ID, is there anything a developer or a build process (CI) side has to do, such as re-creating certificates or provisioning profiles? What factors impact the product regarding this change?
Replies
but not the team name and bundle ID
The really important things here are the Team ID and the App ID [1], because changing those will affect user systems. As long as you keep those the same, everything else is a build issue. Fixing a build issue might be a hassle, but it doesn’t impact your users.
As to the potential impact of an organisation name change to your build process, I can’t think of anything obvious. However, it’s hard to give a definitive answer without knowing the full scope of your build process.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
[1] The App ID is usually formed by using the Team ID as a prefix to the bundle ID, but there are legacy apps that use a unique App ID prefix, one that doesn’t match the Team ID.