简体   繁体   English

XCode 4中的临时分发

[英]Ad-hoc distribution in XCode 4

I have a problem, I've got ad-hoc distribution povisioning profile. 我有一个问题,我有专门的分配预测配置文件。 I have done all procedure product/archive and there are only two buttons validate and distribute and NO share button. 我已经完成了所有程序产品/存档,只有两个按钮验证和分发,没有共享按钮。

What to do? 该怎么办? I followed this tutorial http://diaryofacodemonkey.ruprect.com/2011/03/18/ad-hoc-app-distribution-with-xcode-4/ But there no button share. 我按照本教程http://diaryofacodemonkey.ruprect.com/2011/03/18/ad-hoc-app-distribution-with-xcode-4/但没有按钮共享。

I tried to click distribute then chose save for enterprise or ad-hoc distribution then saved it but ipa file doesn't work on IPhone(. 我试图点击分发然后选择保存为企业或ad-hoc分发然后保存它,但ipa文件不能在IPhone上工作(。

Please help me. 请帮我。

I will try to make it simple for you: 我会尽量让你变得简单:

  1. Collect UDID for each iPhone/iPad you have then login to the provisioning profile and open the Devices page and add them. 收集每个iPhone / iPad的UDID,然后登录配置文件并打开“设备”页面并添加它们。
  2. Generate distribution certificate from the provisioning portal 从配置门户生成分发证书
  3. Create new APP ID with bundle ID 使用包ID创建新的APP ID
  4. Create ad-doc dist. 创建ad-doc dist。 profile 轮廓
  5. login to iTunes Connect and create the App details 登录iTunes Connect并创建应用程序详细信息
  6. download and install the ad-hoc profile and the certificate you generated. 下载并安装ad-hoc配置文件和您生成的证书。
  7. configure your xcode project to referee to the bundle id and sign the build with the profile you just installed. 配置您的xcode项目以裁判到包ID并使用您刚刚安装的配置文件对构建进行签名。
  8. archive the project and distribute it through www.testflightapp.com or just send the ipa file to the testers so they can install it through iTunes. 存档项目并通过www.testflightapp.com进行分发,或者只是将ipa文件发送给测试人员,以便他们可以通过iTunes安装。
  9. TestFlightApp will make your life easier and save you time telling the testers how to download the ipa through the itunes. TestFlightApp将让您的生活更轻松,并节省您告诉测试人员如何通过iTunes下载ipa的时间。

Do you have the UUID of the device you are trying to install to registered to your developer account and added to your ad-hoc provisioning profile? 您是否已将要安装的设备的UUID注册到您的开发者帐户并添加到您的临时配置文件中?

Is the build configuration used for archiving set to use this provisioning profile? 用于归档的构建配置是否设置为使用此配置文件?

When you archived to a .ipa, did you try to install it through iTunes? 当您存档到.ipa时,您是否尝试通过iTunes安装它?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM