0

我可以将其他provisioning profile证书用于Archive代码吗?provisioning profile如果开发者帐户中有任何活动。我可以简单地下载它并用于存档代码吗?

我下载但收到错误valid signing identity not found

我还需要对钥匙串证书和其他私钥做什么以及如何做到这一点?

4

3 回答 3

0
  1. Each App should have it's unique AppId (usualy it is reverse DNS such as com.apple.sampleapp).
  2. Each developer has it's own developer certificate, that identifies him.
  3. Each device has its own Unique Device ID (UDID)

Provisioning profile binds this 3 things together:
- it includes list of developers, who can use this profile
- it includes list of devices, where apps built with this profile can be installed(for distribution its different)
- it specifies application (or using '*' many applications) which could be built using this profile.

So, based on this, in order to use provisioning profile you need to have valid sertificate included in profile and installed on your machine, you need your device UDID to be included in profile, you need your app id adhere profile bundle id.

于 2013-06-20T06:18:36.000 回答
0

您需要检查项目的包标识符。项目的包标识符与配置文件包标识符相同。

于 2013-06-20T06:14:23.760 回答
0

不......您不能以这种方式使用配置文件。您必须为该配置文件安装有效证书。

于 2013-06-20T05:57:01.637 回答