0

我是iOS应用程序开发的新手。我开发了一个 iOS 应用程序。我想将我的构建文件发送给某人。但我不确定在哪里可以找到我的构建文件。

我听说我必须拥有一个Apple 证书才能构建,那个Apple Certificate是什么?我如何以及在哪里可以获得它?(我已经登录苹果开发者空间)

4

4 回答 4

4

I have already signedup with ios developer account, you should have access to ios Provisionng protal. (https://developer.apple.com/ios/manage/overview/index.action)

If you are not able to see this, You are not member fo developer portal yet. To get access of this section, You need to complete the registration process.
Please make sure you have paid the fees (generally US $99 for the enrolment) Create Apple Developer Account http://developer.apple.com/programs/ios/

iOS Dev Center http://developer.apple.com/devcenter/ios/index.action

After registration, You will get access to all detail including how to create certificate and provision profiles. https://developer.apple.com/ios/manage/certificates/team/howto.action

Thanks!

于 2013-04-04T07:54:28.833 回答
2

如果您已经签名,请前往

  1. https://developer.apple.com/

  2. 会员中心

  3. iOS 配置门户

  4. 证书

  5. 创建新证书并下载

于 2013-04-04T07:29:53.177 回答
1

您需要该证书才能在您的 Mac 中安装配置文件。需要配置文件来制作要发送给某人的项目的临时构建。您需要使用该配置文件签署您的代码。

如果您已经注册了每年需要 100 美元的苹果开发者计划,您可以从那里生成证书和配置文件

于 2013-04-04T07:30:58.903 回答
1

如果您已经注册到 Apple Development Program,请按照以下步骤操作:

  1. 登录 www.developer.com/membercenter
  2. 单击 ios 配置文件
  3. 使用钥匙串访问创建证书
  4. 使用证书创建开发证书
  5. 查看如何在配置选项卡中执行步骤并创建分发证书
  6. 将下载的证书拖放到 Dock 中的 xcode 和 iTunes
  7. 打开你的应用程序
  8. 去构建设置
  9. 在代码签名下添加分发证书
  10. 选择要构建的ios设备
  11. 转到文件-> 项目设置-> 导航到派生数据路径,您可以将构建文件发送给您想要的人。
于 2013-04-04T07:37:03.583 回答