Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pushing a complete new xcode project app over an existing app

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

like image 346
Steaphann Avatar asked Dec 06 '13 09:12

Steaphann


2 Answers

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.

like image 61
Bordz Avatar answered Nov 02 '22 22:11

Bordz


Of course you can, just make sure that the new project have the same Bundle identifier of old project and build by the same distribution provisioning profile.

like image 34
Joiningss Avatar answered Nov 02 '22 23:11

Joiningss