Reputation: 6490
Well, I have submitted an app to the app store, but i have lost my laptop :( there were no backup of my code so i lost it, now i want to update my app.
So now i have to rebuilt everything back to how it was by creating a new project,
So i want to know, what are the compulsory things i need to have ? for uploading a new version of app to app store like BUNDLE ID, App name etc
Please help and thanks for giving me your valuable time in reading.
Upvotes: 3
Views: 131
Reputation: 1177
You should use the same appID and provisioning profile. This should not be a problem since you must be having access to the developer account. Following are the list of items:
The following link guides you how to revoke existing certificates
Revoking Existing Certificates
Upvotes: 2
Reputation: 8066
Make sure to use exact same bundle ID in your new app. Then it will be linked to your existing app in your iTunes Connect.
Since you lost your laptop ,assuming you don't have any 'private keys' backed up with you, You need to 'Revoke' your certificates with using new lap top and regenerate provisioning profiles. Your older provisioning profiles will not work in your new Mac unless you don't have previous private keys. So revoking solves this problem.
Upvotes: 1