Certificates

Posted jayruan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Certificates相关的知识,希望对你有一定的参考价值。

Certificates

Certificates 即 ”证书“,约等于通行证,申请证书是我们进行真机调试与发布的第一步。证书主要分为两类:
Development证书用来开发和调试应用程序
Production主要用来分发应用程序(根据证书种类有不同作用)
下面是证书的分类信息:(括号内为证书有效期)

  • Development
    • App Development (1年):用来开发和真机调试应用程序。
    • Push Development (1年):用来调试Apple Push Notification
  • Production
    • In-House and Ad Hoc (3年):用来发布In-House和AdHoc的应用程序。
    • App Store :用来发布提交App Store的应用程序。
    • MDM CSR
    • Push Production (1年):用来在发布版本中使用Apple Push Notification。
    • Pass Type ID Certificate:用于通行证类证书
    • Website Push ID Certificate




以上是关于Certificates的主要内容,如果未能解决你的问题,请参考以下文章

Cert Manager 申请SSL证书流程及相关概念-二