【问题标题】:How many different signing certificate do I need to iphone/ipad deviphone/ipad dev 需要多少个不同的签名证书
【发布时间】:2010-11-15 02:07:03
【问题描述】:

每个不同的 appID 是否需要不同的签名证书?还是我只需要不同的配置文件?

如果我有两个应用程序:com.domain.app1 和 com.domain.app2,我是否只需要创建 4 个配置文件?

1 - com.domain.app1 的开发配置文件 1 - com.domain.app1 的分发配置文件

1 - com.domain.app2 的开发配置文件 1 - com.domain.app2 的分发配置文件

您还知道为什么当我尝试创建新的 APP 时,我的新 AppId/Bundle ID 没有显示在我的 iTunes Connect 中吗?这是否意味着我需要先创建分发配置文件?

【问题讨论】:

    标签: ios4 code-signing provisioning app-store-connect


    【解决方案1】:

    您应该只需要使用通配符 (*) 创建两个配置文件:

    1) 您的开发人员资料。

    com.domaindev.*

    2) 您的发布资料。

    com.domainrelease.*

    在开发应用时,您可以通过将通配符替换为应用特定的字符串,将配置文件重新用于任意数量的不同版本。即-

    com.domaindev.app1, com.domaindev.app2, com.domainrelease.app1, com.domainrelease.app2

    我希望这会有所帮助!

    尼克。

    【讨论】:

      猜你喜欢
      • 2011-02-05
      • 2011-01-21
      • 2012-01-28
      • 1970-01-01
      • 2017-04-06
      • 1970-01-01
      • 2017-10-11
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多