Certificates and provisioning profiles

百般思念 提交于 2021-02-19 04:29:05

问题


I am looking for a more thorough guide on what the different steps of code signing an application. I have read the guide which is available in the provisioning portal, but I do not grasp the concept of certificates and provisioning profiles and the difference between developer and distribution.

In XCode there are also different schemes (using XCode 4). I do not understand the purpose of it. I have successfully uploaded an application to AppStore so I do not need a guide on how to do it. What I am searching for is links to a more detailed "text" where I can read about this, or if anyone wants to explain it for me it will be much appreciated. Thank you!


回答1:


Everything is easy - certificate is that thing that allows you to produce digital signature over data, binding your developer identity to your application (i.e. ensuring 'developer John' created this application). Provisioning profile binds developer to devices - i.e. it claims 'Developer John can upload apps to device iPhone1,iPhone2,iPhone3'.



来源:https://stackoverflow.com/questions/6284846/certificates-and-provisioning-profiles

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!