Maintaining 2 different apps with same bundle ID

I currently have version 1.0 of my app live on the app store, developed using Cordova. However, I have developed an updated version 2.0 of the same app using Flutter. While the Cordova app is already available in all countries, I would like to introduce the Flutter app version 2.0 gradually, country by country, instead of releasing it simultaneously to all countries. Is it possible to do so?

Please help me with the steps to achieve the above process.

Replies

From iOS’s perspective, if app A has the same bundle ID as app B, they are the same app. So your question is really about whether you can upload a new version of the app and selectively release it on a specific App Store. I don’t think that’s possible [1], but the App Store Connect support folks should be able to give you a definitive answer.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] It’s is possible to release in phases, per Release a version update in phases, but that’s not the same thing.