The Bundle ID works the same regardless of which account the company is or not. Think about it in more detail:
com.myDevAccountName.myAppName
From Apple's documentation on package identifiers
The package identifier string must be a single type identifier (UTI) that contains only alphanumeric (AZ, az, 0-9), hyphen (-), and period (.) Characters. The string must be in reverse DNS format. For example, if your companyβs domain is Ajax.com and you create an application called Hello, you can designate the string com.Ajax.Hello as the application bundle ID.
source share