I’m working with two Apple Developer Organization accounts and ran into an issue with Bundle ID reuse.
In Account A:
I created an App ID: com.example.app Created an app in App Store Connect using this Bundle ID Uploaded builds and used it only for TestFlight (never submitted for App Store review)
Now I want to move development to Account B.
However:
When I try to create the same Bundle ID (com.example.app) in Account B, I get:
“An App ID with Identifier 'com.example.app' is not available.”
What I’ve considered:
- The app has never been submitted or approved
- It has only been used for TestFlight testing
- I have not yet attempted App Transfer (since it requires an approved app)
Questions:
- Is a Bundle ID permanently locked to the original account even if the app was never submitted for review?
- If I delete the App ID and app from Account A, will the Bundle ID ever become reusable?
- Is submitting the app once and then using App Transfer the only way to move this Bundle ID to another account?