简体   繁体   中英

Recompiling iOS app to publish on Apple store

I have published iOS app on Apple Store. It was compiled on developer's MAC computer.

Now I need to figure out how to recompile on different MAC computer to publish on Apple store.

Can I use existing certificate or do I have to create new certificate?

I just want to publish newer version of my application.

What do I need from developer?

By the way, I have full access to Apple Developer's account.

Thanks, Ashok

You would require private key, certificate, and provisioning profile along with access to apple developer account for publishing your app.

Since you already have access to the developer account, so provisioning profile and certificate is no issue. So in fact you just have to private key from the developer.

FYI: private key and digital certificate[contains public key] are together known as signing identity.

In order to upload the app on app store you will need

  1. Production Certificate with private key installed on your MAC.
  2. Distribution Provisioning Profile (enabled for App Store ).

Make sure your provisioning profile use the same "App Id" that was used during the last version uploading process. You can check the "app Id" or "bundle Id" on the app detail page of your iTunes account . ( You must have all these configured in your existing account)

Now, if you don't get the private key from your last developer. You can simply log in to iTunes account and can revoke the Production certificate. You can find several tutorials on web for "Revoking Certificate"

After revoking you can download and install the certificate on your MAC and can also distribute it to other developers in your team. Now, download or create the distribution profile enabled for App Store and install it on your MAC (If it got expired then renew it)

Also, Please refer some tutorial for app uploading process. You will get a better idea on all this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM