简体   繁体   中英

What are the difference of using code sign during building and submitting to app store?

When you submit the app to appstore, there are two times you need to select the code sign, eg

  1. during code build
  2. during upload

What are the difference? What if I select two different code sign during 1 & 2

The first time xcode will verify your distribution certificate. Second time is a little bit tricky, if you are uploading the app, of course you have to use distribution codesign, but if you are building for Ad Hoc, you can select either developer certificate or distribution certificate, but the problem is that the devices you added in the distribution provisioning profile can not install this app if you use developer certificate to build the app.

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