Same bundle id different account

Can I use the same bundle ID for different developer accounts?

I want to use a separate account for different environment schemes (DEV, QA, UAT) and PRODUCTION but I want to use the same bundle IDs.

Bundle IDs are unique and cannot be reused across different Apple Developer team IDs. Once a Bundle ID is assigned to an app within a specific team, it becomes permanently associated with that team and cannot be transferred or reused by any other team.

This ensures that each app on the Apple App Store has a distinct and traceable identity. For more detailed information, you can refer to the official Apple documentation: Apple Developer: Bundle IDs

https://developer.apple.com/documentation/appstoreconnectapi/bundle-ids

Albert Pascual
  Worldwide Developer Relations.

Same bundle id different account
 
 
Q