Update existing app on App Store

Hi,

I have an app on App Store which was created in React Native and I built .ipa file using Expo online service. Then I bought Macbook and created new app in Flutter. Now I want to update existing app on app store. Is it possible to do?

Best regards.

It should absolutely be possible. You're just uploading a new archive to AppStoreConnect, and using the same bundle id. It should just replace the existing app on users' devices when they update. Are you finding that it is not possible to do it?

Were you able to find a solution to this? I'm having the same problem: I rewrote my Angular to React Native and I'm using the same bundle ID. However, when I archive and distribute the project it's throwing an error saying the bundle ID is already being used by another app in AppStoreConnect, which is in fact the app I'm trying to update.

Are there any specific changes I need to make in the app config for AppStoreConnect to treat this as an update instead of a new submission? As I said the app bundle matches the one that's already online.

Update existing app on App Store
 
 
Q