From Xcode 7 onwards. Developers can create wildcard provisioning profiles and app ids from Xcode.However, For Apple Developer Program or Apple Developer Enterprise ProgramThe members of the team can register any device from Xcode due to Automatic Signing. Although they cannot register the devices through their developer account.As mentioned on the link: https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/ManagingYourTeam/ManagingYourTeam.htmlIt specifically says: Xcode automatically registers devices when needed, as described in Launching Your App on DevicesSo, now the question arises: Is there a way to stop the members to be able to automatically add devices through Xcode?An Agent or Admin would want to have this control and prevent any of its members to add devices by themselves through Xcode.Any suggestion is greatly appreciated.Thanks!