【问题标题】:Creating APN Development Profile Error, "Valid signing identity not found"创建 APN 开发配置文件错误,“未找到有效的签名身份”
【发布时间】:2013-07-01 08:54:24
【问题描述】:

我有一个需要推送通知的 iOS 应用项目。我遵循了有关如何为 APN 创建配置文件的教程,例如

http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1 https://www.youtube.com/watch?v=nFjEcLCTPM0

但我在Devices 下的Provisioning Profile 部分总是出现此错误

Valid Signing Identity not found

在代码签名身份中我有错误

Profile doesn't match any valid certificate/private key pair in your settings

或者它是否与我已经有 2 个现有的应用程序配置文件这一事实有关?我将非常感谢解决此问题的提示。谢谢!

【问题讨论】:

    标签: xcode4.5 apple-push-notifications ios6.1


    【解决方案1】:

    使用 xCode 管理器而不是 iOS 开发中心创建配置文件。

    1. 使用钥匙串访问生成 CSR。您可以指定任何电子邮件 地址
    2. 在 iOS 开发中心创建一个 APP ID。指定在步骤 1 中创建的certSigningRequest 文件
    3. 使用 xCode 管理器创建配置文件
    4. 生成 PEM 文件

    【讨论】:

      猜你喜欢
      • 2012-08-22
      • 1970-01-01
      • 1970-01-01
      • 2014-07-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-08-03
      相关资源
      最近更新 更多