My team created an initial app bundle ID called Sendi from the front end of the app store connect account, and created a test app which hasn't been published to App store.
Then we also created a second app programmatically using expo go which generated a new app bundle ID.
What we need is to link the second configuration generated programmatically to the first Apple Bundle ID as that is the original name of the product, so we can maintain the same name for our App when we eventually go live.
Any ideas on how we can achieve that?
App Store Connect doesn’t have a way to do this. From its perspective, the bundle ID uniquely identifies the app and there’s no way to merge app records, or change the bundle ID for an app record.
With Xcode this isn’t usually a problem, because you can change the bundle ID for your app in the project. So, you’d take your new project and change its bundle ID to be that of the original test project and away you go.
I don’t know if that’s possible with your third-party tooling; I recommend that you ask that via the support channel for that tooling.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"