开发和分发证书之间的差异[重复]

时间:2023-01-20 17:36:28

Possible Duplicate:
iPhone development - what is the difference between a development and distribution provisioning?

可能重复:iPhone开发 - 开发和分发配置有什么区别?

What is the difference between development and distribution tab under certificate in iOS Provision Portal? Which one should be used and when? Is there any apple's strict criteria to choose them?

iOS Provision Portal中证书下的开发和分发选项卡有什么区别?应该使用哪一个?何时使用?有没有苹果严格的标准来选择它们?

1 个解决方案

#1


14  

You use developer certificate for when you want to install the applications using XCode - mostly when developing.

您希望使用XCode安装应用程序时使用开发人员证书 - 主要是在开发时。

Distribution certificates are required when you want to put an app on the App Store or when you want to send an AdHoc build to testers (which they can install themselves without using Xcode).

如果要将应用程序放在App Store上,或者想要将AdHoc构建发送给测试人员(他们可以在不使用Xcode的情况下自行安装),则需要分发证书。

#1


14  

You use developer certificate for when you want to install the applications using XCode - mostly when developing.

您希望使用XCode安装应用程序时使用开发人员证书 - 主要是在开发时。

Distribution certificates are required when you want to put an app on the App Store or when you want to send an AdHoc build to testers (which they can install themselves without using Xcode).

如果要将应用程序放在App Store上,或者想要将AdHoc构建发送给测试人员(他们可以在不使用Xcode的情况下自行安装),则需要分发证书。