如何将构建发送到已配置的远程人员的iPhone [英] How to send the build to already provisioned remote person's iPhone

查看:94
本文介绍了如何将构建发送到已配置的远程人员的iPhone的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们为iPhone开发配置了3台设备。 2位开发人员和1位经理电话。

We have provisioned 3 devices for our iPhone development. 2 developers and one manager phones.

当经理以前在这里时,我们曾经将他的手机连接到我们的mac并与他分享构建。他现在正在远程工作。我现在该如何将构建发送给他。他的设备已经配置好了,他现在正在运行旧版本的应用程序(正在开发中)。我们需要使用新版本更新他的手机。

When the manager used to be here, we used to connect his phone to our mac and share the build with him. He is working remotely now. How shall I send the build to him now. His device is already provisioned and he is now running old version of our app (under development). We need to update his phone with the new build.

我们正在使用XCode4.2和Lion。请帮忙。

We are using XCode4.2 and Lion. Please help.

推荐答案

你可以自己设置OTA:

You could do you own OTA setup:


  • 设置一个简单的网页,其中包含您将在步骤3中创建的 plist 的链接

  • 执行adhoc构建,然后从管理器 - 存档 - 共享启用保存企业分发复选框

  • 输入您的URL简单的网页从第一步和标题,保存

  • 上传 ipa plist 将文件发送到简单网页

  • 将简单网页的网址发送到经理并询问 manager 点击简单网页中的链接

  • Set up a simple webpage with a link to the plist that you will create in step 3
  • do an adhoc build, then from Organiser - Archive - Share enable the checkbox "Save for Enterprise Distribution"
  • enter the URL of your simple web page from step one and a Title, save it
  • upload ipa and plist file to the simple webpage
  • email Url of simple web page to manager and ask manager to click on link in simple webpage

应该从iOS 4开始工作。每次为 manager 创建新版本时,请记得碰撞捆绑版本。我确实使用较新的版本覆盖了设备上的一个adhoc版本,但文档中的官方文字是版本应该在安装之间增加。

Should work from iOS 4 onwards. Remember to bump the bundle version each time you make a new build for manager. I did overwrite one adhoc build on the device with a newer build but official word in the docs is that the version should increase between installs.

或者您可以通过电子邮件发送 ipa 并询问经理拖放到iTunes中,但这种方法需要运行iTunes的计算机。第一种方法可以从设备本身起作用

Alternatively you could email the ipa and ask manager to drag&drop into iTunes, but this method will require a computer running iTunes. The first method will work from the device itself

编辑:
抱歉打算写plist,而不是ipa。简单网页中的锚点就是plist:

Sorry meant to write plist, not ipa. The anchor in the simple webpage would be the plist:

< a href =itms-services://?action = download-manifest& ; url = http://< server> /< directory> /< name-of-plist-from-step3>

在组织者窗口中输入的应用程序URL 将是ipa:
http://< server> /< directory> /< name-of-ipa-from-step3>

The Application URL entered into the organizer window would be the ipa: http://<server>/<directory>/<name-of-ipa-from-step3>

这篇关于如何将构建发送到已配置的远程人员的iPhone的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆