When you submit the app to appstore, there are two times you need to select the code sign, e.g.
- during code build
- during upload
What are the difference?
What if I select two different code sign during 1 & 2
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.