Here's a case:
My app uses Private Apple Distribution Method and is available on Apple Business Manager. However, I want to make app publicly available on the App Store.
Is there a way to do this without changing app's bundle id? I have some dependencies using the current bundle id so I would have to change licences for those dependencies, which I'm trying to avoid.
One option I considered is to remove the app and create a new one with the same bundle id on the same account, basically to reuse the bundle id. Is this possible? If not, what are my options?