Question

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.

Was it helpful?

Solution

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:

  • bundleID
  • distribution certificate(need to revoke the existing one)
  • provisioning profile(need to create new one after revoking the certificate)
  • keys for any third party APIs like GA, TesFlight, Facebook etc, which u should be able to get easily if have access to the corresponding accounts

The following link guides you how to revoke existing certificates

Revoking Existing Certificates

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top