本文介绍了如何将 iPhone 应用程序从 Xcode 安装到远程 iPhone的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以将应用程序从 Xcode 安装到远程 iPhone?我有开发帐户并且能够在本地安装它.

is there a possibility to install an application from Xcode to a remote iPhone? I have the dev account and able to install it locally.

我目前在悉尼,想在德国同事的设备上安装游戏原型.这项工作仍在进行中,因此必须经常进行...

I am currently in Sydney and would like to install a prototype of a game on the device of a coworker in Germany. The work is still in progress so it's has to be done quite often...

有没有不越狱的方法?

谢谢

汤姆

推荐答案

我认为你有两个选择:

  1. 使用 AdHoc 分发编译一个带有特殊配置文件的副本,允许他通过 iTunes 将其安装在他的设备上.AdHoc 分发允许您与多达 100 位其他 iPhone 或 iPod touch 用户共享您的应用程序,并且您可以通过电子邮件或将其发布到网站或服务器来共享您的应用程序.

  1. Use AdHoc distribution to compile a copy with a special provisioning profile that allows him to install it on his device through iTunes. AdHoc distribution allow you to share your application with up to 100 other iPhone or iPod touch users, and you can share your application through email or by posting it to a web site or server.

在 Apple 的 Program Portal 中将他设置为您的开发组的成员(需要业务级别的成员资格),然后将您项目的整个源文件夹发送给他,让他构建它.他可以将其从版本控制中检查出来并轻松构建它.

Set him up as a member of your development group in Apple's Program Portal (requires business-level membership) and then send him the entire source folder for your project and let him build it. He could check it out of version control and build it without too much hassle.

我会选择选项 1,尽管您需要在 Program Portal 中为您的项目设置临时配置文件,这可能有点麻烦.

I'd opt for option 1, though you need to setup ad-hoc provisioning profiles for your project in the Program Portal, which can be kind of a pain.

这篇关于如何将 iPhone 应用程序从 Xcode 安装到远程 iPhone的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-28 14:03
查看更多