Pushing a complete new xcode project app over an existing app
app-store, app-store-connect, ios, xcode
Solution
I had this question yesterday Different Xcode project for revision. All you have to do is download certificates, set the bundle ID to the same as the previous project and make sure the version number is higher than the previous. Hope it helps.
Problem
I have the following situation. We have in the `appstore` an app. Last week we recreated the app and started from scatch. We also started a new xcode project. My question is this. Can I just push the new project as an update of the old app that is already in the `appstore` ? Kind regards