zoukankan      html  css  js  c++  java
  • 苹果不同证书(macOS)之间的差异

    To distribute mac app outside app store, you need Developer ID Installer certificate. To subbmit your app to app store, you need Mac Installer Distribution certificate.

    要在应用程序商店外分发 mac 应用程序,您需要开发者 ID 安装程序证书。要将您的应用程序替换到应用程序商店,您需要 Mac Installer Distribution 证书。

    All team members can create their own development certificate. Only a team agent or admin can create a distribution certificate. Only a team agent can create a Developer ID certificate.

    所有团队成员都可以创建自己的开发证书。只有团队代理或管理员才能创建分发证书。只有团队代理才能创建开发人员 ID 证书。

    Certificate type 证书类别Certificate name 证书名称Description 描述
    iOS Development iOS 开发 iPhone Developer: Team Member Name 开发者: 团队成员名称 Used to run an iOS, tvOS, or watchOS app on devices and use certain app services during development. 用于在设备上运行 iOS、 tvOS 或 watchOS 应用程序,并在开发过程中使用某些应用程序服务
    iOS Distribution 发行版 iPhone Distribution: Team Name 发行版: 团队名称 Used to distribute your iOS, tvOS, or watchOS app on designated devices for testing or to submit it to the store. 用于在指定设备上分发 iOS、 tvOS 或 watchOS 应用程序以进行测试或将其提交到商店
    Mac Development Mac Developer: Team Member Name 开发者: 团队成员名称 Used to enable certain app services for a Mac app during development and testing. 用于在开发和测试期间为 Mac 应用程序启用某些应用程序服务
    Mac App Distribution 苹果应用程序发行版 3rd Party Mac Developer Application: Team Name 第三方 Mac 开发应用程序: 团队名称 Used to sign a Mac app before submitting it to the Mac App Store. 用于在提交到 Mac 应用商店之前对 Mac 应用程序进行签名
    Mac Installer Distribution 3rd Party Mac Developer Installer: Team Name 第三方 Mac 开发者安装程序: 团队名称 Used to sign and submit a Mac Installer Package, containing your signed app, to the Mac App Store. 用于签名和提交 Mac 安装程序包,包含您签名的应用程序,到 Mac 应用程序商店
    Developer ID Application 开发者 ID 应用程序 Developer ID Application: Team Name 开发人员 ID 应用程序: 团队名称 Used to sign a Mac app before distributing it outside the Mac App Store. 用于在 Mac 应用商店外发布 Mac 应用之前对其进行签名
    Developer ID Installer 开发者 ID 安装程序 Developer ID Installer: Team Name 开发人员 ID Installer: Team Name Used to sign and distribute a Mac Installer Package, containing your signed app, outside the Mac App Store. 用于在 Mac 应用程序商店外签名和分发 Mac 安装程序包,包含已签名的应用程序
  • 相关阅读:
    Kubernetes如何支持有状态服务的部署?
    Web 安全入门-书籍及建议
    docker kubernetes swarm spring cloud结合学习资源
    docker-compose 完整打包发布, 多服务,多节点SPRING CLOUD ,EUREKA 集群
    Kubernetes权威指南学习笔记(一)
    解决k8s出现pod服务一直处于ContainerCreating状态的问题的过程
    Spark操作—aggregate、aggregateByKey详解
    maven设置------settings.xml文件学习
    Scala详细环境安装与配置
    内存泄露
  • 原文地址:https://www.cnblogs.com/saytome/p/13754533.html
Copyright © 2011-2022 走看看