Can I create a internal distribution of release version like this?

Can I create a release version that can override installed versions from appstore?

If I installed an app version from appstore, then I scan a development build qr-code, iPhone will tell me to uninstall the pre-version to install the scaned one

So we can’t install preview (beta like) version to test the upgrade case from old version to new version

Thanks!

Hi @spikewang

Yes, you cannot have two different apps with the same “bundleIdentifier” (on iOS) or “package” (on Android) installed at the same time.

If you want to install both a development version of the app and a production version, see: Installing app variants on the same device